mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fixed single quotes in category XML output
This commit is contained in:
parent
2dbc77ff68
commit
04fbcdd514
1 changed files with 3 additions and 3 deletions
|
|
@ -2321,9 +2321,9 @@ class documentController extends document
|
|||
$category_srl,
|
||||
$group_check_code,
|
||||
$category_srl,
|
||||
var_export(getUrl('','mid',$node->mid,'category',$category_srl), true),
|
||||
var_export($expand, true),
|
||||
var_export(escape($color, false), true),
|
||||
str_replace("'", '"', var_export(getUrl('','mid',$node->mid,'category',$category_srl), true)),
|
||||
str_replace("'", '"', var_export($expand, true)),
|
||||
str_replace("'", '"', var_export(escape($color, false), true)),
|
||||
$group_check_code,
|
||||
$category_srl,
|
||||
$node->document_count
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue