Skip to content

Commit

Permalink
remove &lt; and replace with < for innerHTML
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliott Marquez committed Apr 17, 2018
1 parent 0caa7da commit 5ce0d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/property-effects-elements.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Polymer({
return "We have a {{binding}} here";
}
/* eslint-enable no-unused-vars */
&lt;/script>
</script>
<style id="styleWithBinding">
:host {
content: '[[binding]]'
Expand Down

0 comments on commit 5ce0d24

Please sign in to comment.