summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/html.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/html.inc.php')
-rw-r--r--frontends/php/include/html.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/html.inc.php b/frontends/php/include/html.inc.php
index bcebb5a8..bd497c36 100644
--- a/frontends/php/include/html.inc.php
+++ b/frontends/php/include/html.inc.php
@@ -94,7 +94,7 @@
}
else
{
- $result = "&".$varname."=".$var;
+ $result = "&".$varname."=".urlencode($var);
}
return $result;
}