]> git.mxchange.org Git - friendica.git/blobdiff - include/bbcode.php
New style for shared links. Preparation for changes in some addons
[friendica.git] / include / bbcode.php
index 412010380dc45c4867564ee673c71e7b4c6bea49..ff0d32772b8f942b4d0b9e5aa6c17b4057483088 100644 (file)
@@ -23,7 +23,7 @@ function cleancss($input) {
                if (($char >= "a") and ($char <= "z"))
                        $cleaned .= $char;
 
-               if (!(strpos(" #;:0123456789", $char) === false))
+               if (!(strpos(" #;:0123456789-_", $char) === false))
                        $cleaned .= $char;
        }