correct list styling for formatted text

This commit is contained in:
oliver 2015-10-31 17:19:28 +01:00
commit 267029f17d
3 changed files with 8 additions and 3 deletions

View file

@ -25,7 +25,9 @@
<h1><?=\nre\configs\AppConfig::$app['name']?></h1>
<?php if(!empty($text)) : ?>
<?=$t->t($text)?>
<div class="text">
<?=$t->t($text)?>
</div>
<?php endif ?>
<hr />