Uploaded image for project: 'MediaWiki tools'
  1. MediaWiki tools
  2. MEDIAWIKI-68

White space in front of html table wrongly produce verbatim block

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 1.7.8
    • Syntax
    • None

    Description

      White space in front of any content in Mediawiki is supposed to produce a verbatim block... except for html content where the white space seems to be ignored.

      To reproduce:

       <table border="1" width="50%">
         <tr align="center">
           <td>i</td>
           <td>1</td>
           <td>2</td>
           <td>3</td>
           <td>4</td>
         </tr>
         <tr align="center">
           <td>j</td>
           <td>A</td>
           <td>B</td>
           <td>C</td>
           <td>D</td>
         </tr>
       </table>
      

      See https://bitbucket.org/axelclk/info.bliki.wiki/issues/46.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tmortagne Thomas Mortagne
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: