[WM] Minor Documentation Bug
Brian Wisti
brian at coolnamehere.com
Sat Feb 28 17:10:01 GMT 2004
Just thought I'd mention that I finally got off my butt long enough to figure out why the sitemap example at http://webmake.taint.org/doc/sitemap.html was'nt working out the way I expected it to.
<a href=$(url)>${title}</a>
Gets the right URL, but for some reason has always handed me the first header
as the value for "title". It works if I change that to
<a href="$(url)>$[${name}.title]</a>
which also makes it consistent with the way "abstract" is referred to. There may or may not be a bug in the code, but the documentation fix should be easier to get to :-)
Kind Regards,
Brian Wisti
http://coolnamehere.com/
More information about the Webmake-talk
mailing list