Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed wrong quoting
Used the wrong quotes to split up the string. But actually, we can just
use a linebreak. Doesn't matter for HTML.
  • Loading branch information
splitbrain committed Apr 28, 2018
1 parent 36dc94b commit e6686e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/StyleUtils.php
Expand Up @@ -49,8 +49,8 @@ public function cssStyleini($tpl, $preview=false) {
$stylesheets[$mode][$incbase . $basename . '.' . $newExtension] = $webbase;
if ($conf['allowdebug']) {
msg(
"Stylesheet $file not found, using $basename.$newExtension instead. '.
'Please contact developer of \"{$conf['template']}\" template.",
"Stylesheet $file not found, using $basename.$newExtension instead.
Please contact developer of \"{$conf['template']}\" template.",
2
);
}
Expand Down

0 comments on commit e6686e8

Please sign in to comment.