Skip to content
Snippets Groups Projects
Commit 0bd838f8 authored by William Faircloth's avatar William Faircloth
Browse files

width 2

parent 6b0b443e
No related branches found
No related tags found
No related merge requests found
Pipeline #6044 failed
......@@ -35,7 +35,7 @@
});
// delete all "{width=".*"}"
return doc.body.innerHTML.replaceAll(/{width=".*"}/g, '');
return doc.body.innerHTML.replaceAll(/{.*?width=".*".*?}/g, '');
}
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment