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

Bruno <thecentercannoth...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecentercannoth...@yahoo.c
                   |                            |om

--- Comment #1 from Bruno <thecentercannoth...@yahoo.com> 2010-03-16 00:31:45 
UTC ---
I'll add that I have had problem with tidy repeatedly when dealing with
div-based templates.  As nearly as I can figure, if a template transcludes a
div that contains a carriage return, like so:

<div style="border:thin blue solid;">
this is the transcluded text
</div>

and then that template is indented using wikitext:

:{{template call}}

the resulting HTML will muck up the div tags, adding spurious opening or
closing divs; something like, for example:

<dl>
<dd>
<div style="border:thin blue solid;">
</dd>
</dl>
<div>
this is the transcluded text
</div>

I've seen the same effect with other tags - for instance:

:<pre>line one
line two
line three</pre>
will close the pre block after the first line rather than continuing through to
the closing pre tag that is given.

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

Reply via email to