Revision: 2194
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2194&view=rev
Author:   tbleher
Date:     2011-11-23 20:56:43 +0000 (Wed, 23 Nov 2011)
Log Message:
-----------
Remove non-breaking space in display of custom fields - was escaped later and 
displayed literally

Modified Paths:
--------------
    mrbs/trunk/web/functions_view.inc

Modified: mrbs/trunk/web/functions_view.inc
===================================================================
--- mrbs/trunk/web/functions_view.inc   2011-11-23 17:42:04 UTC (rev 2193)
+++ mrbs/trunk/web/functions_view.inc   2011-11-23 20:56:43 UTC (rev 2194)
@@ -191,7 +191,7 @@
         }
         else
         {
-          $value = " ";
+          $value = "";
         }
       }
       $class = ($keep_private && $is_private_field["entry.$key"]) ? "private" 
: "";

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to