mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
allow consecutive spaces in the header
This commit is contained in:
parent
3e402e0692
commit
9886e89e42
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ th a {
|
||||||
<div class="up"> </div>
|
<div class="up"> </div>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
<h1>{{.Path}}</h1>
|
<h1 class="name">{{.Path}}</h1>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<table>
|
<table>
|
||||||
|
|
Loading…
Reference in a new issue