Skip to content

Commit dec6acc

Browse files
committed
Move <\i> so 'Flags:' and 'Enabled by:' are rendered similarly
1 parent 2fdd87a commit dec6acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message-index/templates/message.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$if(on_by_default)$
55
<i>Enabled by default</i>
66
$else$
7-
<i>Enabled by:</i> <code>$flag_group$</code>
7+
<i>Enabled by: <code>$flag_group$</code></i>
88
$endif$
99
</p>
1010
$endif$

0 commit comments

Comments
 (0)