Tom Hayakawa
tom_g3x****@users*****
2006年 8月 8日 (火) 17:29:00 JST
Index: xoops2jp/html/class/smarty/plugins/function.xoops_textarea.php diff -u xoops2jp/html/class/smarty/plugins/function.xoops_textarea.php:1.1.2.4 xoops2jp/html/class/smarty/plugins/function.xoops_textarea.php:1.1.2.5 --- xoops2jp/html/class/smarty/plugins/function.xoops_textarea.php:1.1.2.4 Sat Jul 1 13:20:24 2006 +++ xoops2jp/html/class/smarty/plugins/function.xoops_textarea.php Tue Aug 8 17:29:00 2006 @@ -7,7 +7,7 @@ * $params['script']... This function have not impletented that yet. At * implementing, we will have to define the rule about sanitizing. * - * @version $Id: function.xoops_textarea.php,v 1.1.2.4 2006/07/01 04:20:24 minahito Exp $ + * @version $Id: function.xoops_textarea.php,v 1.1.2.5 2006/08/08 08:29:00 tom_g3x Exp $ */ /* @@ -64,7 +64,7 @@ $string .= " readonly=\"readonly\""; } - $string .= " />" . $value . "</textarea>"; + $string .= ">" . $value . "</textarea>"; // // Output.