Changeset:
        a1520fac8671
        
https://sourceforge.net/p/mrbs/hg-code/ci/a1520fac8671fd5fd08316e16e44525fc9d2601d
Author:
        Campbell Morrison <[email protected]>
Date:
        Sun Mar 19 12:05:13 2017 +0000
Log message:

Fixed HTML5 validation error

diffstat:

 web/view_entry.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 31fbf04b3a6c -r a1520fac8671 web/view_entry.php
--- a/web/view_entry.php        Sun Mar 19 11:58:47 2017 +0000
+++ b/web/view_entry.php        Sun Mar 19 12:05:13 2017 +0000
@@ -310,6 +310,8 @@
   echo "<tr><td>&nbsp;</td><td class=\"error\">" . get_vocab($error) . 
"</td></tr>\n";
 }
 
+echo create_details_body($row, TRUE, $keep_private, $room_disabled);
+
 // If bookings require approval, and the room is enabled, put the buttons
 // to do with managing the bookings in the footer
 if ($approval_enabled && !$room_disabled && ($status & 
STATUS_AWAITING_APPROVAL))
@@ -387,8 +389,6 @@
   echo "</tfoot>\n";
 }
 
-echo create_details_body($row, TRUE, $keep_private, $room_disabled);
-
 ?>
 </table>
 

------------------------------------------------------------------------------
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