metasmile / grit-i18n

Automatically exported from code.google.com/p/grit-i18n
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

HTML inlining trips attributes on script tags #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have a html resource with a tag like <script type="foo" src="path">
2. Embed it in a resource with flatten_html=true
3. Look at at the resulting tag

What is the expected output? What do you see instead?
Expect <script type="foo">..contents..</script>
See instead <script>...contents...</script>

Original issue reported on code.google.com by rby...@chromium.org on 29 Feb 2012 at 3:21

GoogleCodeExporter commented 8 years ago
Fixed in http://code.google.com/p/grit-i18n/source/detail?r=16

Original comment by rby...@chromium.org on 29 Feb 2012 at 3:25