aboutsummaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/header.php b/style/header.php
index a34acf8..606a6f4 100644
--- a/style/header.php
+++ b/style/header.php
@@ -22,7 +22,7 @@
</head>
<a href="/" id="header"><h3>Wall<span id="heaven">Heaven</span></h3></a>
<div id="searchbox">
- <form action="/query.php" method="GET">\n
+ <form action="/query.php" method="GET">
<?php
printf("<input type='text' placeholder='Search...' name='q' value='%s'>\n", $_GET["q"]);
printf("<div id='options'>\n");