Correct output of headers. Remove erronious </h2>.

This commit is contained in:
Darren 'Tadgy' Austin 2022-08-31 18:52:39 +01:00
commit aa52a9635f

View file

@ -37,9 +37,9 @@ EOF
}
# Initial headers.
printf "%s: %s\\n\\n" "Content-type" "text/html"
printf "%s: %s\\n\\n" "Cache-Control" "no-cache, no-store, must-revalidate"
printf "%s: %s\\n\\n" "Pragma" "no-cache"
printf "%s: %s\\n" "Content-type" "text/html"
printf "%s: %s\\n" "Cache-Control" "no-cache, no-store, must-revalidate"
printf "%s: %s\\n" "Pragma" "no-cache"
printf "%s: %s\\n\\n" "Expires" "1"
# Extract cookies.
@ -101,7 +101,7 @@ else
<tr>
<td align="center">
<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>
and descend down from the current directory.
</td>