mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
bugfix: enforce uniforms in _routes
This commit is contained in:
parent
37a4720711
commit
7b3b955117
7 changed files with 46 additions and 19 deletions
|
@ -300,7 +300,7 @@ render(string mc, string data, mapping vars, mixed source) {
|
|||
// if this kind of problem recurrs, we should quote every
|
||||
// single damn variable
|
||||
if (vars["_description_presence"])
|
||||
vars["_XML_description_presence"] =
|
||||
vars["_INTERNAL_XML_description_presence"] =
|
||||
xmlquote(vars["_description_presence"]);
|
||||
if (stringp(data)) data = xmlquote(data);
|
||||
else if (vars["_action"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue