mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
#156. 회원 추가 가입폼에서 textarea타입의 경우 nl2br()함수를 이용하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2516 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
60d6a4c377
commit
d3bd4d57bc
3 changed files with 3 additions and 3 deletions
|
|
@ -88,7 +88,7 @@
|
||||||
<!--@elseif($val->column_type=='date' && $val->value)-->
|
<!--@elseif($val->column_type=='date' && $val->value)-->
|
||||||
{zdate($val->value, "Y-m-d")}
|
{zdate($val->value, "Y-m-d")}
|
||||||
<!--@else-->
|
<!--@else-->
|
||||||
{htmlspecialchars($val->value)}
|
{nl2br(htmlspecialchars($val->value))}
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@
|
||||||
<!--@elseif($val->column_type=='date' && $val->value)-->
|
<!--@elseif($val->column_type=='date' && $val->value)-->
|
||||||
{zdate($val->value, "Y-m-d")}
|
{zdate($val->value, "Y-m-d")}
|
||||||
<!--@else-->
|
<!--@else-->
|
||||||
{htmlspecialchars($val->value)}
|
{nl2br(htmlspecialchars($val->value))}
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
<!--@elseif($val->column_type=='date')-->
|
<!--@elseif($val->column_type=='date')-->
|
||||||
{zdate($val->value, "Y-m-d")}
|
{zdate($val->value, "Y-m-d")}
|
||||||
<!--@else-->
|
<!--@else-->
|
||||||
{htmlspecialchars($val->value)}
|
{nl2br(htmlspecialchars($val->value))}
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue