From 8fd939a4c6b4c8b7cbde7e1e07af6fc6d387c778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 3 Feb 2024 08:43:45 +0100 Subject: [PATCH] Use _html --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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