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:
01fc35b
)
Fixed visuals for text type boxes
author
Alexander Ebert
<ebert@woltlab.com>
Mon, 15 Aug 2016 14:12:16 +0000
(16:12 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Mon, 15 Aug 2016 14:12:16 +0000
(16:12 +0200)
com.woltlab.wcf/templates/__box.tpl
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/templates/__box.tpl
b/com.woltlab.wcf/templates/__box.tpl
index 81d06a6d1b6b4395f629a5f0da7e33dec7e6a8dd..6987ec4ddb7264cc06573fb09b9081a7f6a9fda3 100644
(file)
--- a/
com.woltlab.wcf/templates/__box.tpl
+++ b/
com.woltlab.wcf/templates/__box.tpl
@@
-19,7
+19,7
@@
</h2>
{/if}
- <div class="boxContent">
+ <div class="boxContent
{if $box->boxType == 'text'} htmlContent{/if}
">
{@$box->getContent()}
</div>
{if $box->showHeader}</section>{else}</div>{/if}