mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9830 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7a9430263e
commit
0a80a5f9e3
1 changed files with 1 additions and 1 deletions
|
|
@ -941,7 +941,7 @@ class Context {
|
|||
parse_str($parsedUrl['query'], $output);
|
||||
$encode_queries = array();
|
||||
foreach($output as $key=>$value){
|
||||
if (!preg_match('/&[a-z]{2,};/', $value)){
|
||||
if (!preg_match('/&([a-z]{2,}|#\d+);/', $value)){
|
||||
$value = htmlspecialchars($value);
|
||||
}
|
||||
$encode_queries[] = $key.'='.$value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue