diff --git a/qsgen2 b/qsgen2 index 7076842..2b3e154 100755 --- a/qsgen2 +++ b/qsgen2 @@ -112,7 +112,7 @@ fi # We define the variable 'engine' based on what's in the 'config' file. if [[ ${generator} == "native" ]]; then # Usage: ${engine} ${1} - Where 1 is the file you want to convert - engine=_zhtml + engine=_html export file_ext=tpl elif [[ ${generator} == "markdown" ]]; then if [[ ! -f /usr/local/bin/pandoc ]]; then