Fixed for banner-codes, that does not enclose the src-attribute in quotes
authorKai Moritz <kai@coolibri.de>
Tue, 30 Oct 2012 13:47:43 +0000 (14:47 +0100)
committerKai Moritz <kai@juplo.de>
Wed, 27 Feb 2013 18:29:50 +0000 (19:29 +0100)
commit62e73daf2059ab1264fd69bbb2fd42cbce000f91
treeae4a2434ad6279daf42ec6f1c52f7beb9ecd7f34
parent336910f389e7cc11a37dabc5e99d87d0f7f53c87
Fixed for banner-codes, that does not enclose the src-attribute in quotes

The HTML-standard allows, to write the attributes of an tag without
enclosing quotes. That was not considered in the regular expression, that
parses the <script>-tag.
openx.js