diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-01-12 13:32:22 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-01-12 13:32:22 +0100 |
commit | 0691b613d70384231aa790f77045b9914743bf7a (patch) | |
tree | 135d2866400c3e2ea03bdb319d6493a46b9f63e1 /lib/exe/css.php | |
parent | cbc6fa6b91a980ef8ad499c1c7d9bf884d9017c1 (diff) | |
parent | 7f253bcd8205f51a47f75fd97a45b1c573633c4c (diff) | |
download | rpg-0691b613d70384231aa790f77045b9914743bf7a.tar.gz rpg-0691b613d70384231aa790f77045b9914743bf7a.tar.bz2 |
Merge pull request #1001 from Dr-Yukon/patch-1
Update css.php
Diffstat (limited to 'lib/exe/css.php')
-rw-r--r-- | lib/exe/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php index 3b8bc80bc..701cebaed 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -36,7 +36,7 @@ function css_out(){ $tpl = trim(preg_replace('/[^\w-]+/','',$INPUT->str('t'))); if(!$tpl) $tpl = $conf['template']; - // load styl.ini + // load style.ini $styleini = css_styleini($tpl); // find mediatypes |