Fix a typo

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-06-14 14:19:51 +09:00
parent bdea8c7ce5
commit d351691dc0
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -90,7 +90,7 @@ $(document).ready(() => {
let pos = {
start: match.pos[0],
ent: match.pos[1]
end: match.pos[1]
}
if (pos.start > 0) {
html += _.escape(whole.substring(lastPos, pos.start))