From d715c062c025a1285d4f45f89ad8144ee7a13f1f Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Tue, 19 Oct 2010 16:09:10 -0700 Subject: clean up the html layout on profile page --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index d347e6009..7c114fd43 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; }} -- cgit v1.2.3