Skip to content

Commit 493cb0e

Browse files
committed
Fix alert box
1 parent 7ebf832 commit 493cb0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/Packet/View.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@ require('./header.inc.phtml'); ?>
120120
<? $comment_parent_type = Comment::PARENT_TYPE_PACKET; $comment_parent_id = $object_id; require('./Comment/Section.inc.phtml');
121121
} else { ?>
122122
<h1 class="text-danger"><?=filter_var($title, FILTER_SANITIZE_STRING)?></h1>
123-
<div class="row"><div class="col"><?=filter_var($description, FILTER_SANITIZE_STRING)?></div></div>
123+
<div class="alert alert-danger"><?=filter_var($description, FILTER_SANITIZE_STRING)?></div></div>
124124
<? } require('./footer.inc.phtml'); ?>

0 commit comments

Comments
 (0)