summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'search.php')
-rw-r--r--search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search.php b/search.php
index ef5a115..61d946b 100644
--- a/search.php
+++ b/search.php
@@ -82,7 +82,7 @@
if($arr_easter_eggs[strtolower($q)] && $offset == 0) {
$url = $base_uri."images/".$arr_easter_eggs[$q];
- echo "<div align='center' style='padding: 15px;'><img src='$url' /></div>\n";
+ echo "<div align='center' style='padding: 15px;'><img src='$url'></div>\n";
}
if($count > 1) {