aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2012-02-15 03:51:44 -0800
committerfabrixxm <fabrix.xm@gmail.com>2012-02-15 03:51:44 -0800
commit16f00cb73b4d9acbe15e636b3ab69f81c793a6c7 (patch)
tree3295a7a41dcff773ecec457c62d8408eb31a396c /include
parent07ca8d6574cc8b7f582bc55551290bf5f88ba8e2 (diff)
parent73bee08ac2ce4e89ab365d23f431f5e0c465abd6 (diff)
downloadvolse-hubzilla-16f00cb73b4d9acbe15e636b3ab69f81c793a6c7.tar.gz
volse-hubzilla-16f00cb73b4d9acbe15e636b3ab69f81c793a6c7.tar.bz2
volse-hubzilla-16f00cb73b4d9acbe15e636b3ab69f81c793a6c7.zip
Merge pull request #36 from fabrixxm/master
Missing icons in 'quattro' and ajax events calendar
Diffstat (limited to 'include')
-rwxr-xr-xinclude/text.php4
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]));