mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
Remove unnecessary special treatment of -srl attributes
This commit is contained in:
parent
321d0ea88c
commit
a3497cc2b1
1 changed files with 0 additions and 4 deletions
|
|
@ -711,10 +711,6 @@ class HTMLFilter
|
|||
{
|
||||
return '';
|
||||
}
|
||||
if (preg_match('/-srl$/i', $attrkey) && !ctype_digit($attrval))
|
||||
{
|
||||
return '';
|
||||
}
|
||||
$attrs[$attrkey] = $attrval;
|
||||
return '';
|
||||
}, $match[0]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue