Package: ikiwiki
Version: 3.20100815.7

Hello,

I have a template that looks like this:

<a href="...">...</a>

I want to be able to use it like this:

For more information, see [[!template id=... ]].

Unfortunately, it is common practise in Unix that text files always end with
a newline character. This means the above will expand to look like:

For more information, see <a href="...">...</a>
.

With a new line character before the period. HTML renders this as an
unwanted space.

Could we please have ikiwiki strip the last newline in the file? If it is
really needed, it is easy to add a another newline, but difficult to remote
the last one.

For some reason I thought I had reported this and had it fixed ages ago, but
I can't find the reference, so might be mistaken.

Thanks.
-- 
Brian May <br...@microcomaustralia.com.au>

Reply via email to