aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-10-09 09:22:32 -0400
committerSquibid <me@zacharyscheiman.com>2023-10-09 09:22:32 -0400
commit995dc3dc88cb6dbcb249b8ea2c5789c0287fa662 (patch)
treed8e59db8f9cae437e66c48bc644a946e79d2f34e
parentef59ac4499e3bcac4578f363d8da0b11a67e17b1 (diff)
downloadwallheaven-995dc3dc88cb6dbcb249b8ea2c5789c0287fa662.tar.gz
wallheaven-995dc3dc88cb6dbcb249b8ea2c5789c0287fa662.tar.bz2
wallheaven-995dc3dc88cb6dbcb249b8ea2c5789c0287fa662.zip
remove stray \n
-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");