From 5396e0231e79eae328c0130b6591259f12d18a02 Mon Sep 17 00:00:00 2001 From: mishaberman Date: Fri, 13 Jul 2018 12:49:22 -0700 Subject: [PATCH] allow HTML content inside of cells --- bits/79_html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bits/79_html.js b/bits/79_html.js index a552b4a..41b6a97 100644 --- a/bits/79_html.js +++ b/bits/79_html.js @@ -30,7 +30,7 @@ var HTML_ = (function() { var _t/*:string*/ = tag.t || ""; /* TODO: generate stub cells */ if(!m.length) { C += CS; continue; } - m = htmldecode(unescapexml(m)); + m = htmldecode(m); if(range.s.r > R) range.s.r = R; if(range.e.r < R) range.e.r = R; if(range.s.c > C) range.s.c = C; if(range.e.c < C) range.e.c = C; if(!m.length) continue;