remove stray \n
This commit is contained in:
parent
ef59ac4499
commit
995dc3dc88
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
</head>
|
</head>
|
||||||
<a href="/" id="header"><h3>Wall<span id="heaven">Heaven</span></h3></a>
|
<a href="/" id="header"><h3>Wall<span id="heaven">Heaven</span></h3></a>
|
||||||
<div id="searchbox">
|
<div id="searchbox">
|
||||||
<form action="/query.php" method="GET">\n
|
<form action="/query.php" method="GET">
|
||||||
<?php
|
<?php
|
||||||
printf("<input type='text' placeholder='Search...' name='q' value='%s'>\n", $_GET["q"]);
|
printf("<input type='text' placeholder='Search...' name='q' value='%s'>\n", $_GET["q"]);
|
||||||
printf("<div id='options'>\n");
|
printf("<div id='options'>\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue