diff --git a/qsgen2 b/qsgen2 index 73e800d..c1cdeab 100755 --- a/qsgen2 +++ b/qsgen2 @@ -627,7 +627,7 @@ function _sitemap() { # Check if sitemap is set to true and if there are updated Blogs or Pages before updating the sitemap.xml file. if [[ ${sitemap} == "true" ]] && ( [[ ${new_updated_blogs} == "true" ]] || [[ ${new_updated_pages} == "true" ]] ); then - _msg info "Generating sitemap.xml" + _msg info "Updating sitemap.xml" local sitemap_file="${www_root}/sitemap.xml" @@ -797,7 +797,7 @@ function _html() { if (${debug}); then _msg debug "_html: Converting QStags in content"; fi # Perform HTML tag substitutions handling both lowercase and uppercase QStags - local html_content=$(echo "${content}" | sed \ + local html_content=$( echo "${content}" | sed \ -e "s|#[bB]||g" \ -e "s|#[eE][bB]||g" \ -e "s|#[iI]||g" \ @@ -841,7 +841,6 @@ function _html() { -e "s|#[eE][tT][dD]||g" \ -e "s|#[tT][hH]|