summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search.php b/search.php
index 6bfa874..db4f9e1 100644
--- a/search.php
+++ b/search.php
@@ -71,7 +71,7 @@ try {
$match = true;
}
if ($match) {
- $results[] = $config["url"] . "/" . $upload->filename;
+ $results[] = $config["url"] . "/" . rawurlencode($upload->filename);
}
}