summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/html.source.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/html.source.sh b/lib/html.source.sh
index 543a459..540762d 100644
--- a/lib/html.source.sh
+++ b/lib/html.source.sh
@@ -160,7 +160,6 @@ html::list::encode () {
: $(( toc_indent-- ))
done
- text="${text/ /}"
local -r id="$(generate::internal_link_id "$text")"
echo "<a href='#$id'>$(html::encode "$text")</a>"
}