Browse Source

Fix post and pm\post templates

Visman 3 years ago
parent
commit
960bf497c8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/templates/pm/post.forkbb.php
  2. 1 1
      app/templates/post.forkbb.php

+ 1 - 1
app/templates/pm/post.forkbb.php

@@ -35,7 +35,7 @@
             <ul class="f-user-info">
               <li class="f-username">{{ $post->poster }}</li>
             </ul>
-          <div>
+          </div>
         </address>
         <div class="f-post-body">
           <div class="f-post-main">

+ 1 - 1
app/templates/post.forkbb.php

@@ -42,7 +42,7 @@
             <ul class="f-user-info">
               <li class="f-username">{{ $post->poster }}</li>
             </ul>
-          <div>
+          </div>
         </address>
         <div class="f-post-body">
           <div class="f-post-main">