summaryrefslogtreecommitdiff
path: root/modules/html.source.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/html.source.sh')
-rw-r--r--modules/html.source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/html.source.sh b/modules/html.source.sh
index 7d337b02..3eb2ee4e 100644
--- a/modules/html.source.sh
+++ b/modules/html.source.sh
@@ -53,7 +53,7 @@ html::fromgmi () {
while IFS='' read -r line; do
if [ $is_list -eq 1 ]; then
if [[ "$line" == '* '* ]]; then
- echo "<li>${line/\* /}</li>"
+ echo "<li>$(html::special "${line/\* /}")</li>"
else
is_list=0
echo "</ul>"