diff options
author | friendica <info@friendica.com> | 2012-02-15 14:13:20 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-15 14:13:20 -0800 |
commit | c965074e5343bf97a8d077e1dc00384f36f90acc (patch) | |
tree | c7b9545accad1fd1ee7ea5e98e6bbf6067ff2280 /include | |
parent | 18b307f9830b99a7f8b44db648740945de9b89af (diff) | |
parent | 16f00cb73b4d9acbe15e636b3ab69f81c793a6c7 (diff) | |
download | volse-hubzilla-c965074e5343bf97a8d077e1dc00384f36f90acc.tar.gz volse-hubzilla-c965074e5343bf97a8d077e1dc00384f36f90acc.tar.bz2 volse-hubzilla-c965074e5343bf97a8d077e1dc00384f36f90acc.zip |
Merge branch 'pull'
Diffstat (limited to 'include')
-rwxr-xr-x | include/text.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/text.php b/include/text.php index 0cd7f114e..0d99e6f4a 100755 --- a/include/text.php +++ b/include/text.php @@ -849,10 +849,10 @@ function prepare_body($item,$attach = false) { case 'audio': case 'image': case 'text': - $icon = '<div class="attachtype type-' . $icontype . '"></div>'; + $icon = '<div class="attachtype icon s22 type-' . $icontype . '"></div>'; break; default: - $icon = '<div class="attachtype type-unkn"></div>'; + $icon = '<div class="attachtype icon s22 type-unkn"></div>'; break; } $title = ((strlen(trim($matches[4]))) ? escape_tags(trim($matches[4])) : escape_tags($matches[1])); |