Skip to content

Commit

Permalink
Merge pull request #1001 from Dr-Yukon/patch-1
Browse files Browse the repository at this point in the history
Update css.php
  • Loading branch information
splitbrain committed Jan 12, 2015
2 parents cbc6fa6 + 7f253bc commit 0691b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exe/css.php
Expand Up @@ -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
Expand Down

0 comments on commit 0691b61

Please sign in to comment.