[MacPorts] #20278: XHTML error
MacPorts
noreply at macports.org
Sun Jul 12 18:07:57 PDT 2009
#20278: XHTML error
--------------------------------+-------------------------------------------
Reporter: jmdeldin@… | Owner: jmpp@…
Type: defect | Status: new
Priority: High | Milestone:
Component: website | Version:
Keywords: | Port:
--------------------------------+-------------------------------------------
Hi,
I've been unable to access the MacPorts website due to the following error
in Firefox 3.5 and Safari 4:
{{{
XML Parsing Error: not well-formed
Location: http://www.macports.org/
Line Number 19, Column 314:
}}}
I think if you change the HTML comments in the script tags to CDATA tags,
it'll work:
{{{
<script ...>
<![CDATA[
// js
]]>
</script>
}}}
Or if the scripts are located in files, it should work too.
--
Ticket URL: <http://trac.macports.org/ticket/20278>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list