Fixed visuals for text type boxes
authorAlexander Ebert <ebert@woltlab.com>
Mon, 15 Aug 2016 14:12:16 +0000 (16:12 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 15 Aug 2016 14:12:16 +0000 (16:12 +0200)
com.woltlab.wcf/templates/__box.tpl

index 81d06a6d1b6b4395f629a5f0da7e33dec7e6a8dd..6987ec4ddb7264cc06573fb09b9081a7f6a9fda3 100644 (file)
@@ -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}