]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Item.php
Tests ...
[friendica.git] / src / Model / Item.php
index 094fa3b029c902553a9d174f27bfd087f25a46c6..923d72c11bcd37cf7955897553759bc9c93d2d45 100644 (file)
@@ -366,7 +366,7 @@ class Item
        public static function guid($item, $notify)
        {
                if (!empty($item['guid'])) {
-                       return Strings::escapeTags(trim($item['guid']));
+                       return trim($item['guid']);
                }
 
                if ($notify) {