We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f60d34 commit 71818c4Copy full SHA for 71818c4
lib/Scot/Collection/Entry.pm
@@ -39,7 +39,7 @@ sub create_from_promoted_alert {
39
my $agobj = $agcol->find_iid($alert->alertgroup+0);
40
my $subject = $agobj->subject;
41
$json->{body} =
42
- qq|<h3>From Alert <a href="/#/alert/$id">$id</h3><br>|.
+ qq|<h3>From Alert <a href="/#/alert/$id">$id</a></h3><br>|.
43
qq|<h4>|.$subject.qq|</h4>|.
44
$self->build_table($alert);
45
$log->debug("Using : ",{filter=>\&Dumper, value => $json});
0 commit comments