Changeset:
        b54aa41d7d06
        
https://sourceforge.net/p/mrbs/hg-code/ci/b54aa41d7d06e407431a28364f9430ff73130d0e
Author:
        Campbell Morrison <[email protected]>
Date:
        Sun Dec 04 16:55:54 2016 +0000
Log message:

Removed unnecessary <div>

diffstat:

 web/day.php |  24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)

diffs (34 lines):

diff -r 4737d5b39c01 -r b54aa41d7d06 web/day.php
--- a/web/day.php       Sun Dec 04 16:50:52 2016 +0000
+++ b/web/day.php       Sun Dec 04 16:55:54 2016 +0000
@@ -89,19 +89,17 @@
   
 // Generate Go to day before and after links
 $before_after_links_html = "
-<div class=\"screenonly\">
-  <div class=\"date_nav\">
-    <div class=\"date_before\">
-      <a 
href=\"day.php?year=$yy&amp;month=$ym&amp;day=$yd&amp;area=$area$room_param\">&lt;&lt;&nbsp;".
 get_vocab("daybefore") ."
-      </a>
-    </div>
-    <div class=\"date_now\">
-      <a href=\"day.php?area=$area$room_param\">" . get_vocab("gototoday") . 
"</a>
-    </div>
-    <div class=\"date_after\">
-      <a 
href=\"day.php?year=$ty&amp;month=$tm&amp;day=$td&amp;area=$area$room_param\">".
 get_vocab("dayafter") . "&nbsp;&gt;&gt;
-      </a>
-    </div>
+<div class=\"date_nav screenonly\">
+  <div class=\"date_before\">
+    <a 
href=\"day.php?year=$yy&amp;month=$ym&amp;day=$yd&amp;area=$area$room_param\">&lt;&lt;&nbsp;".
 get_vocab("daybefore") ."
+    </a>
+  </div>
+  <div class=\"date_now\">
+    <a href=\"day.php?area=$area$room_param\">" . get_vocab("gototoday") . 
"</a>
+  </div>
+  <div class=\"date_after\">
+    <a 
href=\"day.php?year=$ty&amp;month=$tm&amp;day=$td&amp;area=$area$room_param\">".
 get_vocab("dayafter") . "&nbsp;&gt;&gt;
+    </a>
   </div>
 </div>\n";
 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to