From 44eb1fb02426a0822c93efafbdb31dfb3f684a2b Mon Sep 17 00:00:00 2001 From: Jonathan Corwin Date: Wed, 7 Dec 2011 22:24:13 +0000 Subject: [PATCH] Remove comment --- openlp/core/lib/htmlbuilder.py | 1 - 1 file changed, 1 deletion(-) 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, " ") + ''; } }