Changeset:
40787df1fa35
https://sourceforge.net/p/mrbs/hg-code/ci/40787df1fa3567690e427369d7e78f18c25f87c0
Author:
Campbell Morrison <[email protected]>
Date:
Fri Mar 17 09:50:05 2017 +0000
Log message:
Fixed problem with double colon
diffstat:
web/view_entry.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r df3e77c185ba -r 40787df1fa35 web/view_entry.php
--- a/web/view_entry.php Thu Mar 16 13:57:37 2017 +0000
+++ b/web/view_entry.php Fri Mar 17 09:50:05 2017 +0000
@@ -43,7 +43,7 @@
}
echo "<tr>\n";
- echo "<td>" . ($series ? get_vocab("series") : get_vocab("entry")) .
":</td>\n";
+ echo "<td>" . ($series ? get_vocab("series") : get_vocab("entry")) .
"</td>\n";
echo "<td>\n";
generateButton("approve_entry_handler.php", $id, $series, "approve",
$returl, get_vocab("approve"));
generateButton($this_page, $id, $series, "reject", $returl,
get_vocab("reject"));
------------------------------------------------------------------------------
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