Author: kake Date: 2007-06-10 15:27:19 +0100 (Sun, 10 Jun 2007) New Revision: 1055
Modified: trunk/templates/footer.tt Log: Remove <p> element which wraps <div id=footer_delete_link>, since it's invalid markup and it wasn't doing anything anyway (fixes #221).
Modified: trunk/templates/footer.tt =================================================================== --- trunk/templates/footer.tt 2007-06-10 13:45:21 UTC (rev 1054) +++ trunk/templates/footer.tt 2007-06-10 14:27:19 UTC (rev 1055) @@ -21,10 +21,8 @@ [% TRY %] [% INCLUDE custom_footer_credits.tt %] [% CATCH %] + [% INCLUDE delete_link %] <p> - [% INCLUDE delete_link %] - </p> - <p> Powered by <a href="[% full_cgi_url%]?action=about">OpenGuides [% openguides_version %]</a>. </p> [% IF licence_name %]
openguides-commits@lists.openguides.org