php-gettext / Gettext

PHP library to collect and manipulate gettext (.po, .mo, .php, .json, etc)
MIT License
690 stars 135 forks source link

VueJS DOM parsing fix #188

Closed briedis closed 6 years ago

briedis commented 6 years ago

When using $domScript->textContent, DOM library starts parsing some tags within strings and messes the output up. For example alert("<span>text</span>"); becomes alert("<span>text"); So instead of DOM operations, we extract script contents with a regex.

oscarotero commented 6 years ago

Fair enought

briedis commented 6 years ago

Can we get a minor release, pretty please? :)

oscarotero commented 6 years ago

new version available