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

Neill Mitchell <mitchell_ne...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |

--- Comment #7 from Neill Mitchell <mitchell_ne...@hotmail.com> 2010-07-14 
09:50:00 UTC ---
Not [[Category:Actions]]

Sorry to be a pain here, but grep -i finds quite a few <p><br /></p>'s in the
code.

I appreciate you are busy, so could you quickly please point me to the code
that handles multi-instance templates and I will chase this one down. My PHP
skills debug are pretty good now ;) I think it is something around table
rendering as the resulting html for a page with two multi-instance templates on
looks like this:
<table>
    <tbody>
          <tr>
             table contents
          </tr>
    </tbody>
</table>
<p>
    <br>
</p>
<table>
    <tbody>
          <tr>
             table contents
          </tr>
    </tbody>
</table>
<p>
    <br>
</p>

This only happens with multi-instance templates. Nowhere else. The <p><b></p>
has to be coming from somewhere!

Many thanks
Neill.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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