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,