summaryrefslogtreecommitdiff
path: root/tex/context/base/l-url.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-08-10 00:00:15 +0300
committerMarius <mariausol@gmail.com>2012-08-10 00:00:15 +0300
commitfde392fe2694258c132ab6ac43068075a6a8e69d (patch)
tree14a3e957280577373348c82358d6ba96683d4805 /tex/context/base/l-url.lua
parent0b00489585cd59b7165030979c9244d9091dd952 (diff)
downloadcontext-fde392fe2694258c132ab6ac43068075a6a8e69d.tar.gz
beta 2012.08.09 20:28
Diffstat (limited to 'tex/context/base/l-url.lua')
-rw-r--r--tex/context/base/l-url.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/l-url.lua b/tex/context/base/l-url.lua
index dfd7905ad..647b3b6f3 100644
--- a/tex/context/base/l-url.lua
+++ b/tex/context/base/l-url.lua
@@ -257,7 +257,7 @@ url.escape = escapestring
function url.query(str)
if type(str) == "string" then
- return lpegmatch(splitquery,str)
+ return lpegmatch(splitquery,str) or ""
else
return str
end