Browse Source

Reposition read_body_header plugin output point

pdontthink 18 years ago
parent
commit
fd7764d661
1 changed files with 4 additions and 8 deletions
  1. 4 8
      templates/default/read_headers.tpl

+ 4 - 8
templates/default/read_headers.tpl

@@ -50,14 +50,10 @@ extract($t);
    <?php echo $value; ?>
    <?php echo $value; ?>
   </td>
   </td>
  </tr>
  </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>
 <table cellspacing="0" class="spacer">
 <table cellspacing="0" class="spacer">
  <tr>
  <tr>
@@ -65,4 +61,4 @@ extract($t);
   </td>
   </td>
  </tr>
  </tr>
 </table>
 </table>
-</div>
+</div>