In errorXXX.pug fixed tabulation to spaces.
This commit is contained in:
parent
03e7c478e0
commit
a464a11ea8
@ -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 != ""
|
||||
|
Loading…
Reference in New Issue
Block a user