Author: nick
Date: 2006-09-17 16:36:44 +0100 (Sun, 17 Sep 2006)
New Revision: 869
Modified:
trunk/templates/footer.tt
Log:
Fix space after licence name. References #132
Modified: trunk/templates/footer.tt
===================================================================
--- trunk/templates/footer.tt 2006-09-17 15:26:21 UTC (rev 868)
+++ trunk/templates/footer.tt 2006-09-17 15:36:44 UTC (rev 869)
@@ -27,12 +27,10 @@
[% IF licence_name %]
This work is licensed under the
[% IF licence_url %]
- <a href="[% licence_url %]">
+ <a href="[% licence_url %]">[% licence_name %]</a>
+ [% ELSE %]
+ [% licence_name %]
[% END %]
- [% licence_name %]
- [% IF licence_url %]
- </a>
- [% END %]
licence
[% IF licence_info_url %]
(<a href="[% licence_info_url %]">more info</a>)
Show replies by date