mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Note, this can give a wide list, we need to look at this further git-svn-id: file:///svn/phpbb/trunk@6540 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -966,7 +966,7 @@ pagination_sep = \'{PAGINATION_SEP}\'
|
||||
|
||||
// Pull out a list of classes
|
||||
$classes = array();
|
||||
if (preg_match_all('/^([a-z0-9\.:#> \t]+?)[ \t\n]*?\{.*?\}/msi', $stylesheet, $matches))
|
||||
if (preg_match_all('/^([a-z0-9\.,:#> \t]+?)[ \t\n]*?\{.*?\}/msi', $stylesheet, $matches))
|
||||
{
|
||||
$classes = $matches[1];
|
||||
}
|
||||
|
Reference in New Issue
Block a user