From c646b180327e5c926b8ba9f52357741be601a81a Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 26 Jan 2005 14:18:36 +0000 Subject: [PATCH] Fixed inline comments (I had tried a couple of schemes). --- theme/standard/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5