summaryrefslogtreecommitdiffstats
path: root/src/configoptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configoptions.cpp')
-rw-r--r--src/configoptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configoptions.cpp b/src/configoptions.cpp
index 3233bef..7212a6f 100644
--- a/src/configoptions.cpp
+++ b/src/configoptions.cpp
@@ -1105,7 +1105,7 @@ void addConfigOptions(Config *cfg)
"If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML\n"
"page will contain the date and time when the page was generated. Setting\n"
"this to NO can help when comparing the output of multiple runs.",
- FALSE
+ TRUE
);
cb->addDependency("GENERATE_HTML");
//----