=head1 THANK YOU
-Jesse Scheidlower, Jody Belka, Markus Ramberg, Mickael Joanne, Simon Flack and all the others who've helped.
+Jesse Scheidlower, Jody Belka, Markus Ramberg, Mickael Joanne, Simon Flack,
+Veljko Vidovic and all the others who've helped.
=head1 LICENSE
#%]
[%
MACRO link(table, command, additional, label) BLOCK;
- '<a href="' _ base _ "/" _ table _ "/" _ command _ "/" _ additional _ '">';
+ SET lnk = base _ "/" _ table _ "/" _ command _ "/" _ additional;
+ lnk = lnk | uri | html;
+ '<a href="' _ lnk _ '">';
label;
"</a>";
END;