1
0
Fork 0

Made errorMsg into p, so it get to the next line.

This commit is contained in:
Alexander Andreev 2023-05-26 04:36:07 +04:00
parent e47e592b01
commit 1e4836ca86
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ block body
h1 #{code}
| #{http.StatusText(code)}
if errorMsg != ""
| #{errorMsg}
p #{errorMsg}