mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix double encoding of special characters in document tags
This commit is contained in:
parent
fead32337e
commit
ec674dc25f
3 changed files with 4 additions and 3 deletions
|
|
@ -1436,6 +1436,7 @@ class DocumentModel extends Document
|
|||
elseif($search_target == 'tag')
|
||||
{
|
||||
$query_id = 'document.getDocumentListWithinTag';
|
||||
$search_keyword = htmlspecialchars_decode($search_keyword);
|
||||
}
|
||||
$args->{'s_' . $search_target} = $search_keyword;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue