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

--- Comment #22 from Redrose64 <[email protected]> 2012-09-12 16:45:33 
UTC ---
Same problem seen in the navbox at the bottom of
http://en.wikipedia.org/wiki/Operation_Nougat - this was served by mw20.
Omitting all attributes, the textual content of enclosures, and all
correctly-paired tags which do not enclose bad tags, the mis-ordered tags are:
<table>
  <tr>
    <td>
      <table>
        <tr>
          <td>
            <div>
              <ul>
                <li>
            </div>
          </td>
        </tr>
        <tr>
          <td>
            <div>
                </li>
              </ul>
            </div>
            <table>
              <tr>
                <td>
                  <div>
                    <ul>
                      <li>
                  </div>
                </td>
              </tr>
              <tr>
                <td>
                  <div>
                      </li>
                      <li>
                  </div>
                </td>
              </tr>
            </table>
          </td>
        </tr>
        <tr>
          <td>
            <div>
                      </li>
                      <li>
            </div>
          </td>
        </tr>
        <tr>
          <td>
            <div>
                      </li>
                    </ul>
            </div>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>

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