mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +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
|
// Pull out a list of classes
|
||||||
$classes = array();
|
$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];
|
$classes = $matches[1];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user