Commit dbd3c02f62e0dc055af534c403ccc80415734d65

Authored by Anastasia
1 parent 49a7f14b

card font preview

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/book/view.php
... ... @@ -101,7 +101,7 @@
101 101 </div>
102 102 <div class="col-xs-12 col-sm-5 col-md-5 col-lg-5">
103 103 <div class="card-text style">
104   - <?=$model->preview?>
  104 + <p><?=$model->preview?></p>
105 105 </div>
106 106 </div>
107 107 </div>
... ...