git-svn-id: http://xe-core.googlecode.com/svn/trunk@1493 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-05-29 04:44:48 +00:00
parent 65ad92a1f8
commit 0d2ee91504

View file

@ -510,7 +510,7 @@
$url .= ($url?'&':'').$key.'='.$val;
}
return $this->path.'?'.$url;
return $this->path.'?'.htmlspecialchars($url);
}