git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11998
7612ce4b-ef26-0410-bec9-
ea0150e637f0
<?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>
</td>
</tr>
</table>
-</div>
\ No newline at end of file
+</div>