
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
4 minutes
|
Remaining Estimate:
|
4 minutes
|
Time Spent:
|
Unknown
|
|
File Attachments:
|
1.
WPP-11.patch (2 kb)
|
|
|
The 'strip-cdata-delims' feature removes '<![CDATA[' and ']]>' from <script> elements within the markup source. These delimiters are sometimes added to support JavaScript within XML.
In a browser, these delimiters will cause JavaScript to fail, so there's probably no circumstance where we'd want to keep them.
|
|
Description
|
The 'strip-cdata-delims' feature removes '<![CDATA[' and ']]>' from <script> elements within the markup source. These delimiters are sometimes added to support JavaScript within XML.
In a browser, these delimiters will cause JavaScript to fail, so there's probably no circumstance where we'd want to keep them. |
Show » |
|