summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-06-29 18:04:29 +0300
committerAndrew Dolgov <[email protected]>2018-06-29 18:04:29 +0300
commitcad12aef84254da925f793a0eb54c5cee06d0fd0 (patch)
treeae9a5245c964d0d3d72ac7c9a0ac84975bca86c1
parente77a7e8869761661937d1cde3b004e406d45bfd3 (diff)
tweak toc display a bit
-rw-r--r--read.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.html b/read.html
index 69d7e40..2458e7f 100644
--- a/read.html
+++ b/read.html
@@ -762,7 +762,7 @@
});
if (toc_entry && toc_entry.label.trim())
- $(".chapter").html(toc_entry.label);
+ $(".chapter").append("&nbsp;" + toc_entry.label);
}
} catch (e) {