diff options
author | Rainbow Spike <Dr-Yukon@users.noreply.github.com> | 2015-01-12 22:06:45 +1000 |
---|---|---|
committer | Rainbow Spike <Dr-Yukon@users.noreply.github.com> | 2015-01-12 22:06:45 +1000 |
commit | 7f253bcd8205f51a47f75fd97a45b1c573633c4c (patch) | |
tree | 135d2866400c3e2ea03bdb319d6493a46b9f63e1 /lib/exe | |
parent | cbc6fa6b91a980ef8ad499c1c7d9bf884d9017c1 (diff) | |
download | rpg-7f253bcd8205f51a47f75fd97a45b1c573633c4c.tar.gz rpg-7f253bcd8205f51a47f75fd97a45b1c573633c4c.tar.bz2 |
Update css.php
1 little fix
Diffstat (limited to 'lib/exe')
-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 |