Changeset:
        8fed4546ccfe
        
https://sourceforge.net/p/mrbs/hg-code/ci/8fed4546ccfe31dafe80fa763ede160c030214dc
Author:
        Campbell Morrison <[email protected]>
Date:
        Sun Mar 19 20:36:58 2017 +0000
Log message:

Fixed problem with extra colons

diffstat:

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

diffs (15 lines):

diff -r 5d2923fee89b -r 8fed4546ccfe web/view_entry.php
--- a/web/view_entry.php        Sun Mar 19 20:21:54 2017 +0000
+++ b/web/view_entry.php        Sun Mar 19 20:36:58 2017 +0000
@@ -127,9 +127,9 @@
 
 function generateTextArea($form_action, $id, $series, $action_type, $returl, 
$submit_value, $caption, $value='')
 {
-  echo "<tr><td id=\"caption\" colspan=\"2\">$caption:</td></tr>\n";
+  echo "<tr><td id=\"caption\" colspan=\"2\">$caption</td></tr>\n";
   echo "<tr>\n";
-  echo "<td id=\"note\" colspan=\"2\">\n";
+  echo "<td id=\"note\" class=\"no_suffix\" colspan=\"2\">\n";
   echo "<form action=\"$form_action\" method=\"post\">\n";
   echo "<fieldset>\n";
   echo "<legend></legend>\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