1 I'm trying to put a list of tags in a table, so I carefully make a newline-free taglist.tmpl and then do:
4 | [ [!inline pages="link(/category/env)" feeds=no archive=yes sort=title template=taglist] ] |
7 but there's a line in <pre>inline.pm</pre> that does:
9 return "<div class=\"inline\" id=\"$#inline\"></div>\n\n";
12 And the extra newlines break the table. Can they be safely removed?