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

           Summary: WikiArticleFeed extension doesnt work on 1.16alpha
                    (r58824)
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: patch
          Severity: enhancement
          Priority: Normal
         Component: [other]
        AssignedTo: [email protected]
        ReportedBy: [email protected]


The regular expressions to match section headings no longer works. Seems as
though it used to get some parsed wiki to html as

<a name="blah"><h3>something</h3></a>

and now it gets

<h3><span class="blah" id="blah"></span></h3>

the following patch makes it work on my r58824 version.


-- 
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