mirror of
https://github.com/friendica/friendica
synced 2025-04-16 04:39:04 +00:00
bbcode documentation: improve cleancss
This commit is contained in:
parent
6626ef64a9
commit
aff467adf2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue