https://bugzilla.wikimedia.org/show_bug.cgi?id=12974
Helder <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #32 from Helder <[email protected]> 2010-05-03 17:44:11 BRT --- Is the code for headers (=) a "line-start" code too? It is appearing undesired line breaks in the headers here: http://en.wikipedia.org/w/index.php?title=Special:ExpandTemplates&input=__TOC__%0D{{:User:Heldergeovane/Test/Template+for+titles%0D|Title+1%0D|Title+2%0D}} and here: http://en.wikipedia.org/w/index.php?title=Special:ExpandTemplates&input=__TOC__%0D{{:User:Heldergeovane/Test/Template+for+titles2%0D|Title+1%0D|Title+2%0D}} The code of [[User:Heldergeovane/Test/Template for titles]] is: ---- {{#if:{{{1|}}}|<h1>{{{1}}}</h1>}} == Section 1.1 == Text 1.1 {{#if:{{{2|}}}|<h1>{{{2}}}</h1>}} == Section 2.1 == Text 2.1 ---- And the code of [[User:Heldergeovane/Test/Template for titles2]] is: ---- {{#if:{{{1|}}}|={{{1}}}=}} == Section 1.1 == Text 1.1 {{#if:{{{2|}}}|={{{2}}}=}} == Section 2.1 == Text 2.1 ---- Helder -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
