]> git.mxchange.org Git - friendica.git/blobdiff - include/network.php
modified: view/theme/smoothly/style.css
[friendica.git] / include / network.php
index 0fff5c7cc9eea0993682da0810cc2748b4819e11..0e1a63792f5a04676cf3f23b00123c5cd7aad12b 100644 (file)
@@ -854,6 +854,10 @@ function scale_external_images($s, $include_link = true, $scale_replace = false)
                        }
                }
        }
+
+       // replace the special char encoding
+
+       $s = htmlspecialchars($s,ENT_QUOTES,'UTF-8');
        return $s;
 }