PolymerElements / app-localize-behavior

Polymer behaviour to help internationalize your application
48 stars 54 forks source link

fixed the '<' bug #113

Open iamkaruna opened 6 years ago

iamkaruna commented 6 years ago

removed '<' and replaced with '<' to close the tag

googlebot commented 6 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


notwaldorf commented 6 years ago

As discussed in #18, &lt; was needed so that hydrolysis doesn't see the closing script tag and stops parsing.

@rictic @samli Do you know if this was fixed in the new analyzer or if it's still a problem?