[Bast-commits] r9159 - ironman/branches/mk-ii/IronMan-Web/root/inc
idn at dev.catalyst.perl.org
idn at dev.catalyst.perl.org
Wed Apr 14 19:44:55 GMT 2010
Author: idn
Date: 2010-04-14 20:44:55 +0100 (Wed, 14 Apr 2010)
New Revision: 9159
Modified:
ironman/branches/mk-ii/IronMan-Web/root/inc/next_prev.tt
Log:
Adding span tag for paging. Removed paragraph
Modified: ironman/branches/mk-ii/IronMan-Web/root/inc/next_prev.tt
===================================================================
--- ironman/branches/mk-ii/IronMan-Web/root/inc/next_prev.tt 2010-04-14 19:44:17 UTC (rev 9158)
+++ ironman/branches/mk-ii/IronMan-Web/root/inc/next_prev.tt 2010-04-14 19:44:55 UTC (rev 9159)
@@ -1,5 +1,5 @@
-<p>
+<span class="nav">
[% IF younger_url %]<a href="[% younger_url %]">< Younger posts</a>[% END %]
[% IF younger_url AND older_url %] | [% END %]
[% IF older_url %] <a href="[% older_url %]">Older posts ></a>[% END %]
-</p>
+</span>
More information about the Bast-commits
mailing list