https://www.google.com/accounts/o8/id?id=AItOawnQs9icnfI79gWOQY_Yxv2XmYI3z703PrQ 2011-08-06 20:10:00 -04:00 committed by admin
parent f4f5a2f40a
commit 79549ee808
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
I have a part of a template that looks like:
<TMPL_VAR level> <TMPL_VAR string>
Calling the template with:
\[[!template id=templateid string="some string" level="##"]]
Results in:
<h1 id="z-">#</h1>
<p>some string</p>
While I expected:
<h2 id="some_string">some string</h2>