Index: src/configoptions.cpp =================================================================== --- src/configoptions.cpp.orig +++ src/configoptions.cpp @@ -1497,9 +1497,9 @@ 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 this\n" "to NO can help when comparing the output of multiple runs.\n" - "The default value is: YES.\n" + "The default value is: NO.\n" "This tag requires that the tag GENERATE_HTML is set to YES.", - TRUE + FALSE ); cb->addDependency("GENERATE_HTML"); //----