diff options
Diffstat (limited to 'themes/pushbutton/comment.tpl.php')
-rw-r--r-- | themes/pushbutton/comment.tpl.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/pushbutton/comment.tpl.php b/themes/pushbutton/comment.tpl.php index 20949e774..dba7452d5 100644 --- a/themes/pushbutton/comment.tpl.php +++ b/themes/pushbutton/comment.tpl.php @@ -7,7 +7,8 @@ <div class="content"> <?php print $content ?> <?php if ($signature): ?> - <div class="user-signature clear-block"> + <div class="clear-block"> + <div>—</div> <?php print $signature ?> </div> <?php endif; ?> |