From 62534ef0152431c3c4436b47d6482569811ff6bb Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 19 2012 17:18:59 +0000 Subject: Update `Functions/Tuneup/Xhtml/xhtml_doToc.sh' file. --- diff --git a/Scripts/Bash/Functions/Tuneup/Xhtml/xhtml_doToc.sh b/Scripts/Bash/Functions/Tuneup/Xhtml/xhtml_doToc.sh index ac8dead..8ec67cb 100755 --- a/Scripts/Bash/Functions/Tuneup/Xhtml/xhtml_doToc.sh +++ b/Scripts/Bash/Functions/Tuneup/Xhtml/xhtml_doToc.sh @@ -61,7 +61,7 @@ function xhtml_doToc { local TOC_CONFIG=${TUNEUP_CONFIG_DIR}/toc.awk # Verify table of content configuration file. - cli_checkFiles ${TOC_CONFIG} + cli_checkFiles -e ${TOC_CONFIG} # Define html heading regular expression pattern. Use parenthisis # to save html action name, action value, and heading title.