Forgot to wrap output in PHP tags
[squirrelmail.git] / templates / default / read_headers.tpl
index bb914259116ae9e718ba9ed098d4726185172357..04424515df27749d42c5db6e2d0a8fdfd85dabdb 100644 (file)
@@ -50,14 +50,10 @@ extract($t);
    <?php echo $value; ?>
   </td>
  </tr>
-        <?php
+<?php
     }
- ?>
- <tr>
-  <td>
-   <?php if(!empty($plugin_output['read_body_header'])) echo $plugin_output['read_body_header']; ?>
-  </td>
- </tr>
+    if (!empty($plugin_output['read_body_header'])) echo $plugin_output['read_body_header'];
+?>
 </table>
 <table cellspacing="0" class="spacer">
  <tr>
@@ -65,4 +61,4 @@ extract($t);
   </td>
  </tr>
 </table>
-</div>
\ No newline at end of file
+</div>