aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-10-19 16:09:10 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-10-19 16:09:10 -0700
commitd715c062c025a1285d4f45f89ad8144ee7a13f1f (patch)
tree40bf459b2161511d730fa6147715fab1e6a33dea /boot.php
parent0b2d85891e651bab2c3ddd0c7396d557a052dd18 (diff)
downloadvolse-hubzilla-d715c062c025a1285d4f45f89ad8144ee7a13f1f.tar.gz
volse-hubzilla-d715c062c025a1285d4f45f89ad8144ee7a13f1f.tar.bz2
volse-hubzilla-d715c062c025a1285d4f45f89ad8144ee7a13f1f.zip
clean up the html layout on profile page
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
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 .= '<div id="' . $type . 'list-' . $id . '" style="display: none;" >' . $str . '</div>';
+ $o .= "\t" . '<div id="' . $type . 'list-' . $id . '" style="display: none;" >' . $str . '</div>';
}
return $o;
}}