From: moodler Date: Wed, 26 Jan 2005 14:18:36 +0000 (+0000) Subject: Fixed inline comments (I had tried a couple of schemes). X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c646b180327e5c926b8ba9f52357741be601a81a;p=moodle.git Fixed inline comments (I had tried a couple of schemes). --- diff --git a/theme/standard/config.php b/theme/standard/config.php index bbf5dcbedb..12b81a115b 100644 --- a/theme/standard/config.php +++ b/theme/standard/config.php @@ -20,8 +20,8 @@ $THEME->standardsheets = true; /// filenames from the *STANDARD* theme. If the /// array exists, it will be used to choose the /// files to include in the standard style sheet. -/// When false or non-existent, then no files are used. -/// When true, then ALL standard files are used. +/// When false, then no files are used. +/// When true or NON-EXISTENT, then ALL standard files are used. /// This parameter can be used, for example, to prevent /// having to override too many classes. /// Note that the trailing .css should not be included