]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/inline_breaks_PERMALINK_variable.mdwn
8a50b1262b780c437da26cfebaa987c28ab5e1a2
[git.ikiwiki.info.git] / doc / bugs / inline_breaks_PERMALINK_variable.mdwn
1 in 3.20091017 the following inline
3 > `\[[!inline pages="internal(foo/bar/baz/*)" show=3 archive="yes" feeds="no" template="sometemplates"]]`
5 with sometemplate being
7 > `<p><a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a> (<TMPL_VAR CTIME>)</p>`
9 produced output that links nowhere (`<a href="">`) while the other variables do fine. This problem does not occur in 3.1415926.