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

       Web browser: ---
            Bug ID: 47544
           Summary: <references/> list item must not wrap the text in
                    <span>
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Keywords: easy
          Severity: normal
          Priority: Unprioritized
         Component: Cite
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: dann...@email.cz
            Blocks: 700
    Classification: Unclassified
   Mobile Platform: ---

Currently, the code of reference item in reference list is:

<li id="cite_note-1">
  <span class="mw-cite-backlink"><a href="#cite_ref-1">↑</a></span>
  <span class="reference-text">Lorem ipsum.</span>
</li>


This is wrong, because it disallows block elements in references. (In fact, if
one puts the block elements there, they are being converted by Tidy in very
unpredictable way.)


The easiest solution is to remove the <span class="reference-text"> wrapper.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to