fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [10927] controller: html-bug


From: Sigurd Nes
Subject: [Fmsystem-commits] [10927] controller: html-bug
Date: Tue, 19 Feb 2013 15:53:23 +0000

Revision: 10927
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10927
Author:   sigurdne
Date:     2013-02-19 15:53:22 +0000 (Tue, 19 Feb 2013)
Log Message:
-----------
controller: html-bug

Modified Paths:
--------------
    trunk/controller/inc/class.socommon.inc.php

Modified: trunk/controller/inc/class.socommon.inc.php
===================================================================
--- trunk/controller/inc/class.socommon.inc.php 2013-02-19 12:00:57 UTC (rev 
10926)
+++ trunk/controller/inc/class.socommon.inc.php 2013-02-19 15:53:22 UTC (rev 
10927)
@@ -107,7 +107,8 @@
                        }
                        else if($type == 'string')
                        {
-                               return (string) $value;
+                               return (string) str_replace('</ol></li>', 
'</ol>' ,$value);
+                       //      return (string) $value;
                        }
                        else if($value === null || $value == 'NULL')
                        {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]