aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_styles.php
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-10-30 20:32:45 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-10-30 20:32:45 +0000
commit6c0b443dd702630201995c4050130213d523a2e6 (patch)
tree9ca54401ec8e2974658e699e2992800c44bcedb5 /phpBB/includes/acp/acp_styles.php
parent12c75a0991a59eecd274eb2b03476e80ae608eaa (diff)
downloadforums-6c0b443dd702630201995c4050130213d523a2e6.tar
forums-6c0b443dd702630201995c4050130213d523a2e6.tar.gz
forums-6c0b443dd702630201995c4050130213d523a2e6.tar.bz2
forums-6c0b443dd702630201995c4050130213d523a2e6.tar.xz
forums-6c0b443dd702630201995c4050130213d523a2e6.zip
#5020
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
Diffstat (limited to 'phpBB/includes/acp/acp_styles.php')
-rw-r--r--phpBB/includes/acp/acp_styles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php
index 7731620c61..1d5d10b3c0 100644
--- a/phpBB/includes/acp/acp_styles.php
+++ b/phpBB/includes/acp/acp_styles.php
@@ -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];
}