diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-19 16:09:10 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-19 16:09:10 -0700 |
commit | d715c062c025a1285d4f45f89ad8144ee7a13f1f (patch) | |
tree | 40bf459b2161511d730fa6147715fab1e6a33dea /boot.php | |
parent | 0b2d85891e651bab2c3ddd0c7396d557a052dd18 (diff) | |
download | volse-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }} |