mirror of
https://github.com/friendica/friendica
synced 2025-04-19 06:30:10 +00:00
New style for shared links. Preparation for changes in some addons
This commit is contained in:
parent
3b4a20f987
commit
bae844e367
3 changed files with 39 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue