(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawnQs9icnfI79gWOQY_Yxv2XmYI3z703PrQ <misc@web>
Sun, 7 Aug 2011 00:10:00 +0000 (20:10 -0400)
committeradmin <admin@branchable.com>
Sun, 7 Aug 2011 00:10:00 +0000 (20:10 -0400)
doc/bugs/Template_variable_not_passed_as-is__63____33__.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/Template_variable_not_passed_as-is__63____33__.mdwn b/doc/bugs/Template_variable_not_passed_as-is__63____33__.mdwn
new file mode 100644 (file)
index 0000000..c6efadb
--- /dev/null
@@ -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>