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

           Summary: Cannot parse source code containing < source >
           Product: MediaWiki extensions
           Version: any
          Platform: All
               URL: http://bestbrute.wikia.com/index.php?title=Bestbrute_wik
                    i:Sandbox&oldid=5415
        OS/Version: All
            Status: NEW
          Keywords: easy
          Severity: major
          Priority: Normal
         Component: SyntaxHighlight (GeSHi)
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Originally reported at:
http://www.mediawiki.org/wiki/Extension_talk:SyntaxHighlight_GeSHi#Error_if_i_have_.3CSource.3E_inside_the_box....

The bug is tested and confirmed at:
http://bestbrute.wikia.com/index.php?title=Bestbrute_wiki:Sandbox&oldid=5415

How to reproduce bugs:
If your source code uses <source>, it will conflicts the syntax used in this
extension. For example the following source code can't be parsed correctly:
 <source lang="xml">
 <?xml version="1.0"?>
 <Object>
        <Control>
            <Source>  // This is the original source from my XML file
                ......
            </Source> // This is the original source from my XML file
        </Control>
 </Object>
 </source>

Please fix so any <source> syntax inside the code is escaped!


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to