[xoops-cvslog 5962] CVS update: xoops2jp/html/modules/legacy/kernel

Back to archive index

NobuNobu nobun****@users*****
2006年 12月 3日 (日) 00:48:30 JST


Index: xoops2jp/html/modules/legacy/kernel/object.php
diff -u xoops2jp/html/modules/legacy/kernel/object.php:1.1.2.1 xoops2jp/html/modules/legacy/kernel/object.php:1.1.2.2
--- xoops2jp/html/modules/legacy/kernel/object.php:1.1.2.1	Sat Oct 14 23:55:24 2006
+++ xoops2jp/html/modules/legacy/kernel/object.php	Sun Dec  3 00:48:30 2006
@@ -158,7 +158,9 @@
 				break;
 
 			case XOBJ_DTYPE_STRING:
-				$value = htmlspecialchars($this->mVars[$key]['value'], ENT_QUOTES);
+                $root =& XCube_Root::getSingleton();
+                $textFilter =& $root->getTextFilter();
+			    $value = $textFilter->ToShow($this->mVars[$key]['value']);
 				break;
 
 			case XOBJ_DTYPE_TEXT:


xoops-cvslog メーリングリストの案内
Back to archive index