diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnQs9icnfI79gWOQY_Yxv2XmYI3z703PrQ <misc@web> | 2011-08-08 12:36:33 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-08-08 12:36:33 -0400 |
commit | 623ac0db421623ce84cb7c6d8c1f2457378b4775 (patch) | |
tree | 95a0be2d01921f760a7e45793e08563ac506e1c1 /doc/bugs | |
parent | c150a068386dfee46921ac16b6ac9d8169dcdf8f (diff) | |
download | ikiwiki-623ac0db421623ce84cb7c6d8c1f2457378b4775.tar ikiwiki-623ac0db421623ce84cb7c6d8c1f2457378b4775.tar.gz |
INVALID: Template variable not passed as-is?!
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Template_variable_not_passed_as-is__63____33__.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
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 index 64e92f3b0..e17c3369e 100644 --- a/doc/bugs/Template_variable_not_passed_as-is__63____33__.mdwn +++ b/doc/bugs/Template_variable_not_passed_as-is__63____33__.mdwn @@ -16,4 +16,5 @@ While I expected: <h2 id="some_string">some string</h2> -> Have you tried TMPL_VAR raw_level, raw_string? — [[Jon]] +>> Have you tried TMPL_VAR raw_level, raw_string? — [[Jon]] +> Thanks. I should read the docs more closely the next time. |