Revision: 1820
http://mrbs.svn.sourceforge.net/mrbs/?rev=1820&view=rev
Author: cimorrison
Date: 2011-05-03 08:12:47 +0000 (Tue, 03 May 2011)
Log Message:
-----------
Removed unnecessary <span>. Thanks to patch from Thomas Bleher.
Modified Paths:
--------------
mrbs/trunk/web/trailer.inc
Modified: mrbs/trunk/web/trailer.inc
===================================================================
--- mrbs/trunk/web/trailer.inc 2011-04-20 14:52:28 UTC (rev 1819)
+++ mrbs/trunk/web/trailer.inc 2011-05-03 08:12:47 UTC (rev 1820)
@@ -52,7 +52,7 @@
// DAYS
echo "<div id=\"viewday\">\n";
echo "<div class=\"trailer_label\">\n";
- echo "<span><a
href=\"day.php?year=$year&month=$month&day=$day$params\">" .
get_vocab("viewday") .":</a></span>\n";
+ echo "<a href=\"day.php?year=$year&month=$month&day=$day$params\">"
. get_vocab("viewday") .":</a>\n";
echo "</div>\n";
echo "<div class=\"trailer_links\">\n";
@@ -107,7 +107,7 @@
// WEEKS
echo "<div id=\"viewweek\">\n";
echo "<div class=\"trailer_label\">\n";
- echo " <span><a
href=\"week.php?year=$year&month=$month&day=$day$params\">".get_vocab("viewweek").":</a></span>\n";
+ echo "<a
href=\"week.php?year=$year&month=$month&day=$day$params\">".get_vocab("viewweek").":</a>\n";
echo "</div>\n";
$ctime = mktime(0, 0, 0, $month, $day, $year);
@@ -162,7 +162,7 @@
// MONTHS
echo "<div id=\"viewmonth\">\n";
echo "<div class=\"trailer_label\">\n";
- echo " <span><a
href=\"month.php?year=$year&month=$month&day=$day$params\">".get_vocab("viewmonth").":</a></span>\n";
+ echo "<a
href=\"month.php?year=$year&month=$month&day=$day$params\">".get_vocab("viewmonth").":</a>\n";
echo "</div>\n";
echo "<div class=\"trailer_links\">\n";
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today. Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits