diff options
Diffstat (limited to 'app/class/Config.php')
-rw-r--r-- | app/class/Config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Config.php b/app/class/Config.php index 3c9afd9..45ba86f 100644 --- a/app/class/Config.php +++ b/app/class/Config.php @@ -21,7 +21,7 @@ abstract class Config protected static $privatepass = false; protected static $notpublishedpass = false; protected static $alertcss = false; - protected static $defaultbody = '%HEADER%\n\n%NAV%\n\n%ASIDE%\n\n%MAIN%\n\n%FOOTER%'; + protected static $defaultbody = "%HEADER%\n\n%NAV%\n\n%ASIDE%\n\n%MAIN%\n\n%FOOTER%"; protected static $defaultfavicon = ''; protected static $defaultthumbnail = ''; protected static $analytics = ''; |