Opened 12 years ago
Closed 12 years ago
#4747 closed defect (fixed)
Tag closure issue in xip_client.html and xip_server.html
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dojox | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Tag closure issue in xip_client.html and xip_server.html
Both of these files comment out the start script tag, but not the ending one. This causes HTML validation issues when examined by HTML validators such as eclipse and displays dojo as having errors. The closing script tag should also be commented out.
Note: See
TracTickets for help on using
tickets.
(In [10855]) Fix for script tags. fixes #4747