remove page title and replaced <p /> with <br />
This commit is contained in:
parent
be2107265c
commit
af2f318cc7
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
<p class="storytitle">Search</p>
|
||||
|
||||
<p>Enter a term to search in <% site.title %>:</p>
|
||||
|
||||
<form method="get" action="<% response.action %>">
|
||||
|
@ -7,4 +5,4 @@
|
|||
<input type="submit" value="go">
|
||||
</form>
|
||||
|
||||
<p />
|
||||
<br />
|
||||
|
|
Loading…
Add table
Reference in a new issue