https://bugzilla.wikimedia.org/show_bug.cgi?id=18733
Happy-melon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WONTFIX |INVALID --- Comment #3 from Happy-melon <[email protected]> 2009-05-09 18:01:48 UTC --- Why WONTFIX?? The bug as presented was invalid. The new bug is also invalid: your markup boils down to: ================================================ <ref name=foo>Ref text</ref> <ref>Ref text</ref> <references/> Some more text <ref name=foo/> ================================================ You are adding a <ref> tag after the final <references/> tag on a page, hence there is nowhere to render the reference, hence you get an error. This is expected behaviour. If you do not get this behaviour on your test wiki, *that* is the bug. -- 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
