1
0
Fork 0

In errorXXX.pug fixed tabulation to spaces.

This commit is contained in:
Alexander Andreev 2023-09-24 20:51:51 +04:00
parent 03e7c478e0
commit a464a11ea8
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ block nav
block content
:go:func ErrorXXX(title, reason, message, referer string, code int)
section#error
h1 #{code}
| #{http.StatusText(code)}
section#error
h1 #{code}
| #{http.StatusText(code)}
if reason != ""
p #{reason}
if message != ""