aboutsummaryrefslogtreecommitdiff
path: root/nov.el
diff options
context:
space:
mode:
Diffstat (limited to 'nov.el')
-rw-r--r--nov.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/nov.el b/nov.el
index 7e09645..d78cc2b 100644
--- a/nov.el
+++ b/nov.el
@@ -556,7 +556,7 @@ the HTML is rendered with `nov-render-html-function'."
(let ((beg (point)))
(insert value)
(shr-render-region beg (point)))
- (insert value))
+ (insert (format "%s" value)))
(insert (propertize "None" 'face 'italic)))
(insert "\n")))
(goto-char (point-min))))