diff --git a/openlp/core/lib/htmlbuilder.py b/openlp/core/lib/htmlbuilder.py index a9ef1a38b..89f112619 100644 --- a/openlp/core/lib/htmlbuilder.py +++ b/openlp/core/lib/htmlbuilder.py @@ -139,7 +139,6 @@ sup { if(outline!=null) txt = outline; if(window.getComputedStyle(txt).webkitTextStrokeWidth!="0px"){ - /* (\w+) and $1 preferable but qtwebkit doesn't seem to support capturing groups */ newtext = '' + newtext.replace(/[ ](?![^<]*>)/g, " ") + ''; } }