Correct output of headers. Remove erronious </h2>.
This commit is contained in:
parent
1694ab044b
commit
aa52a9635f
1 changed files with 4 additions and 4 deletions
|
|
@ -37,9 +37,9 @@ EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
# Initial headers.
|
# Initial headers.
|
||||||
printf "%s: %s\\n\\n" "Content-type" "text/html"
|
printf "%s: %s\\n" "Content-type" "text/html"
|
||||||
printf "%s: %s\\n\\n" "Cache-Control" "no-cache, no-store, must-revalidate"
|
printf "%s: %s\\n" "Cache-Control" "no-cache, no-store, must-revalidate"
|
||||||
printf "%s: %s\\n\\n" "Pragma" "no-cache"
|
printf "%s: %s\\n" "Pragma" "no-cache"
|
||||||
printf "%s: %s\\n\\n" "Expires" "1"
|
printf "%s: %s\\n\\n" "Expires" "1"
|
||||||
|
|
||||||
# Extract cookies.
|
# Extract cookies.
|
||||||
|
|
@ -101,7 +101,7 @@ else
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<b class="heading">Search Results</b><br><br>
|
<b class="heading">Search Results</b><br><br>
|
||||||
<b class="subheading">Search query: $Q_COPY</b></h2><br>
|
<b class="subheading">Search query: $Q_COPY</b><br>
|
||||||
Searches may contain multiple terms, include (basic) globs,<br>
|
Searches may contain multiple terms, include (basic) globs,<br>
|
||||||
and descend down from the current directory.
|
and descend down from the current directory.
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue