From f414258ac81fe9c2e6ca5c35a14b27b9490c2e60 Mon Sep 17 00:00:00 2001 From: Pisces000221 <1786762946@qq.com> Date: Sun, 30 Jul 2017 21:14:48 +0800 Subject: [PATCH] Make table celled --- utility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility.js b/utility.js index d4ce31f..2331933 100644 --- a/utility.js +++ b/utility.js @@ -113,7 +113,7 @@ module.exports = { if (noReplaceUI) return s; s = s.split('
').join('
').split('
').join('
') - .split('').join('
') + .split('
').join('
') .split('
').join('
').split('
').join(''); let cheerio = require('cheerio');