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