diff options
author | Friendika <info@friendika.com> | 2011-05-24 20:56:49 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-24 20:56:49 -0700 |
commit | 323938144706584775794937abcb23179ee1a20b (patch) | |
tree | 728b4b9c4e5fb611db6caeab899ba83fdb91e414 /boot.php | |
parent | 703ab6f5eea5eb1c9f72bd43d44d20f76f1e74fe (diff) | |
download | volse-hubzilla-323938144706584775794937abcb23179ee1a20b.tar.gz volse-hubzilla-323938144706584775794937abcb23179ee1a20b.tar.bz2 volse-hubzilla-323938144706584775794937abcb23179ee1a20b.zip |
better margins
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2569,7 +2569,7 @@ function prepare_body($item,$attach = false) { $title = ((strlen(trim($matches[4]))) ? escape_tags(trim($matches[4])) : escape_tags($matches[1])); $title .= ' ' . $matches[2] . ' ' . t('bytes'); - $s .= '<a href="' . strip_tags($matches[1]) . '" title="' . $title . '" >' . $icon . '</a>'; + $s .= '<a href="' . strip_tags($matches[1]) . '" title="' . $title . '" class="attachlink" >' . $icon . '</a>'; } } } |