https://bugzilla.wikimedia.org/show_bug.cgi?id=50040

       Web browser: ---
            Bug ID: 50040
           Summary: Set $wgWellFormedXml = false by default
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: krinklem...@gmail.com
            Blocks: 50039
    Classification: Unclassified
   Mobile Platform: ---

The main reason for this still being true was screen-scraping bots (together
with $wgHtml5).

For some reason when $wgHtml5 was finally enabled we forgot to also get rid of
wgWellFormedXml=true.

We should disable it by default for the same reason we now enable wgHtml5 by
default.

This is mainly bugging because of the "&&" sign we have as of recently in the
default html output, which, due to wgWellFormedXml, causes an ugly CDATA
section.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to