In errorXXX.pug fixed tabulation to spaces.
This commit is contained in:
parent
03e7c478e0
commit
a464a11ea8
@ -16,9 +16,9 @@ block nav
|
|||||||
|
|
||||||
block content
|
block content
|
||||||
:go:func ErrorXXX(title, reason, message, referer string, code int)
|
:go:func ErrorXXX(title, reason, message, referer string, code int)
|
||||||
section#error
|
section#error
|
||||||
h1 #{code}
|
h1 #{code}
|
||||||
| #{http.StatusText(code)}
|
| #{http.StatusText(code)}
|
||||||
if reason != ""
|
if reason != ""
|
||||||
p #{reason}
|
p #{reason}
|
||||||
if message != ""
|
if message != ""
|
||||||
|
Loading…
Reference in New Issue
Block a user