projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0df566c
)
Applied small stylig optimization
author
Sascha Greuel
<github@1-2.dev>
Tue, 18 Apr 2023 07:51:26 +0000
(09:51 +0200)
committer
GitHub
<noreply@github.com>
Tue, 18 Apr 2023 07:51:26 +0000
(09:51 +0200)
Adding the `userExceptionMessage` makes it look better. However, I was also thinking about moving from inline CSS. But I wasn't sure, whether this is not intentional. So I left that.
com.woltlab.wcf/templates/error.tpl
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/templates/error.tpl
b/com.woltlab.wcf/templates/error.tpl
index 15bd9f49cd3a49e687cf2c9ff7528f0bc5eb1e19..dfd83f4ef9161c259f2c6edc89487ba59fb0c5ff 100644
(file)
--- a/
com.woltlab.wcf/templates/error.tpl
+++ b/
com.woltlab.wcf/templates/error.tpl
@@
-20,7
+20,7
@@
<div class="section">
<div class="box64 userException">
{icon size=64 name='circle-exclamation'}
- <p>
+ <p
class="userExceptionMessage"
>
{@$message}
</p>
</div>