summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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(" " + toc_entry.label);
}
} catch (e) {