mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
issue 221, fixed a bug releated htmlspecialchars()
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9461 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f615c073ec
commit
cce2b85a5f
2 changed files with 3 additions and 3 deletions
|
|
@ -175,7 +175,7 @@
|
|||
$security->encodeHTML('menu_list..');
|
||||
|
||||
$security = new Security($layout_info);
|
||||
$layout_info = $security->encodeHTML('.', 'author..', 'extra_var..', 'extra_var....');
|
||||
$layout_info = $security->encodeHTML('.', 'author..', 'extra_var..');
|
||||
|
||||
$layout_info->description = nl2br(trim($layout_info->description));
|
||||
if (!is_object($layout_info->extra_var)) $layout_info->extra_var = new StdClass();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue