bbcode documentation: improve cleancss
This commit is contained in:
@@ -146,7 +146,7 @@ function cleancss($input) {
|
|||||||
if (($char >= "a") and ($char <= "z"))
|
if (($char >= "a") and ($char <= "z"))
|
||||||
$cleaned .= $char;
|
$cleaned .= $char;
|
||||||
|
|
||||||
if (!(strpos(" #;:0123456789-_", $char) === false))
|
if (!(strpos(" #;:0123456789-_.%", $char) === false))
|
||||||
$cleaned .= $char;
|
$cleaned .= $char;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user