]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Item.php
escape_tags calls
[friendica.git] / src / Model / Item.php
index 4790f9f6d7b4f2ebb829a197a4ddea8ddc6e6113..c2238c1c45bcc239237d2ac67038b43836cb71c4 100644 (file)
@@ -3447,7 +3447,7 @@ class Item extends BaseObject
                                $filesubtype = 'unkn';
                        }
 
-                       $title = escape_tags(trim(!empty($mtch[4]) ? $mtch[4] : $mtch[1]));
+                       $title = Strings::escapeTags(trim(!empty($mtch[4]) ? $mtch[4] : $mtch[1]));
                        $title .= ' ' . $mtch[2] . ' ' . L10n::t('bytes');
 
                        $icon = '<div class="attachtype icon s22 type-' . $filetype . ' subtype-' . $filesubtype . '"></div>';