From 5dac333e6121ec64edb4f818838308a064717de4 Mon Sep 17 00:00:00 2001 From: envrm Date: Wed, 22 Mar 2017 09:01:21 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20html-=D1=82=D0=B5=D0=B3=D0=BE=D0=B2=20=D0=B8=D0=B7=20?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/feminitives.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/feminitives.js b/js/feminitives.js index 012a50c..2ff5f28 100644 --- a/js/feminitives.js +++ b/js/feminitives.js @@ -420,7 +420,7 @@ function init(container) { URL.parse(); if (URL.opt.word) { - HTML.input().value = URL.opt.word.replace(/\+/g," "); + HTML.input().value = URL.opt.word.replace(/<\/?[^>]+(>|$)/g, "").replace(/\+/g," "); tr(); } else { show_help();