aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkursg2
1 files changed, 1 insertions, 1 deletions
diff --git a/kursg b/kursg
index 29cc374..a4b9589 100755
--- a/kursg
+++ b/kursg
@@ -141,7 +141,7 @@ get_kursg_meta()
skip_last_chars=1
elif [ "${ext}" = "html" ] || [ "${ext}" = "htm" ]
then
- tmp="$(grep "^<\!-- \[kursg-meta:${field}\]" "${file}" | cut -f3- -d\ )"
+ tmp="$(grep "^<"'!'"-- \[kursg-meta:${field}\]" "${file}" | cut -f3- -d\ )"
skip_last_chars=4
elif [ -d "${file}" ]
then