Willeeuwis (talk) 07:14, 11 May 2012 (UTC)
I have a simple template:
<div style="padding-left:20px; border-left:1px solid black"> <poem> {{{1}}} </poem> </div>
When I write:
<poem> 1 + 1 = 2 </poem>
This results, as expected, in:
1 + 1 = 2
When write:
{{quote|1 + 1 = 2}}
This results in (with the lay out as decalred by the div style):
{{{1}}}
Writing:
{{quote|1 + 1 <nowiki>=</nowiki> 2}}
solves the problem, but why the difference. Is it the template that does this? Can this be "undone"?