From a8bef4a8fc4edc0ba242796153888ce98518bcb9 Mon Sep 17 00:00:00 2001
From: ebinBuddha <30810167+ebinBuddha@users.noreply.github.com>
Date: Sat, 13 Apr 2019 10:53:19 +0200
Subject: [PATCH] html fix
---
src/Miscellaneous/PostJumper.coffee | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Miscellaneous/PostJumper.coffee b/src/Miscellaneous/PostJumper.coffee
index e4a53e462..c20c1b086 100644
--- a/src/Miscellaneous/PostJumper.coffee
+++ b/src/Miscellaneous/PostJumper.coffee
@@ -56,7 +56,7 @@ PostJumper =
classNext = 'next'
span = $.el 'span',
className: cl
- $.extend span, <%= html('{charPrev}{charNext}') %>
+ $.extend span, <%= html('${charPrev}${charNext}') %>
span
scroll: (fromID,toID) ->