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

           Summary: Spurious root tags in HTML
           Product: MediaWiki
           Version: 1.14.0
          Platform: All
               URL: http://thcc2009.co.uk/
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: Page rendering
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I sometimes see <root> tags in the output of the standard monobook pages.
The following item is also enclosed in <p> tags which adds extra newlines.
The same page can be displayed with and without the error.

This is noticable in two places:

1. The "f-list" section of the standard page footer. I sometimes get:

<li id="viewcount"><root><p>This page has been accessed 23 times.
</p></li>

rather than

<li id="viewcount">This page has been accessed 23 times.</li>

2. When editing, the "This is a minor edit " and "Watch this page" labels are
output on a new line after the checkboxes. The source has:

<input name="wpMinoredit" type="checkbox" value="1" checked="checked"
tabindex="3" accesskey="i" id="wpMinoredit" />&nbsp;<label for='wpMinoredit'
title="Mark this as a minor edit [i]"><root><p>This is a minor edit

</p></label>
<input name="wpWatchthis" type="checkbox" value="1" checked="checked"
tabindex="4" accesskey="w" id="wpWatchthis" />&nbsp;<label for='wpWatchthis'
title="Add this page to your watchlist [w]"><root><p>Watch this page
</p></label>


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