mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Added an id to local theme stylesheets.
This commit is contained in:
@@ -4319,6 +4319,7 @@ class eHelper
|
||||
|
||||
public static function secureIdAttr($string)
|
||||
{
|
||||
$string = str_replace(array('/','_'),'-',$string);
|
||||
return preg_replace(self::$_idRegEx, '', $string);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user