From 25a5b9d71286168372c39b0f35a2c79f21684f72 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 8 Nov 2013 18:56:29 +0100 Subject: [PATCH] cosmetic changes --- source/Ox/js/HTML.js | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/source/Ox/js/HTML.js b/source/Ox/js/HTML.js index 3435cc96..9bbeaa71 100644 --- a/source/Ox/js/HTML.js +++ b/source/Ox/js/HTML.js @@ -12,9 +12,7 @@ // tables 'table', 'tbody', 'td', 'tfoot', 'th', 'thead', 'tr', // other - 'a', 'br', 'img', 'figure', 'figcaption', - // iframe - 'iframe', + 'a', 'br', 'figure', 'figcaption', 'iframe', 'img', // special 'rtl', '[]' ], @@ -39,12 +37,6 @@ '' ] ], - img: [ - [ - /]*?src="((\/|https?:\/\/).+?)".*?>/gi, - '' - ] - ], iframe: [ [ /' ] ], + img: [ + [ + /]*?src="((\/|https?:\/\/).+?)".*?>/gi, + '' + ] + ], rtl: [ [ //gi,