Changeset:
3b654cad03f0
https://sourceforge.net/p/mrbs/hg-code/ci/3b654cad03f0232d06908a411dc3ab07a3027d4b
Author:
Campbell Morrison <[email protected]>
Date:
Tue Apr 11 10:42:21 2017 +0100
Log message:
Fixed problem with colon appearing when it shouldn't.
diffstat:
web/edit_area_room.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r d70a4b0db506 -r 3b654cad03f0 web/edit_area_room.php
--- a/web/edit_area_room.php Fri Apr 07 16:49:01 2017 +0100
+++ b/web/edit_area_room.php Tue Apr 11 10:42:21 2017 +0100
@@ -131,7 +131,7 @@
echo "<div id=\"book_ahead_periods_note\"" .
(($enable_periods) ? '' : ' class="js_none"') .
">\n";
- echo "<label></label><span>" . get_vocab("book_ahead_note_periods") .
"</span>";
+ echo "<label class=\"no_suffix\"></label><span>" .
get_vocab("book_ahead_note_periods") . "</span>";
echo "</div>\n";
$units = array("seconds", "minutes", "hours", "days", "weeks");
------------------------------------------------------------------------------
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