diff --git a/boot.php b/boot.php index d347e6009d..7c114fd431 100644 --- a/boot.php +++ b/boot.php @@ -1135,7 +1135,7 @@ function format_like($cnt,$arr,$type,$id) { if($total >= MAX_LIKERS) $str .= t(', and ') . $total - MAX_LIKERS . t(' other people'); $str .= (($type === 'like') ? t(' like this.') : t(' don\'t like this.')); - $o .= '
'; + $o .= "\t" . ' '; } return $o; }} diff --git a/view/comment_item.tpl b/view/comment_item.tpl index 62b3ce18a7..1b1f3a49e9 100644 --- a/view/comment_item.tpl +++ b/view/comment_item.tpl @@ -1,23 +1,21 @@ +