Skip to content

Commit 71818c4

Browse files
committed
html error
1 parent 6f60d34 commit 71818c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Scot/Collection/Entry.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ sub create_from_promoted_alert {
3939
my $agobj = $agcol->find_iid($alert->alertgroup+0);
4040
my $subject = $agobj->subject;
4141
$json->{body} =
42-
qq|<h3>From Alert <a href="/#/alert/$id">$id</h3><br>|.
42+
qq|<h3>From Alert <a href="/#/alert/$id">$id</a></h3><br>|.
4343
qq|<h4>|.$subject.qq|</h4>|.
4444
$self->build_table($alert);
4545
$log->debug("Using : ",{filter=>\&Dumper, value => $json});

0 commit comments

Comments
 (0)