fsf changes, meant to be rebased on upstream
[squirrelmail.git] / templates / default / read_message_body.tpl
index 6d52d4fda0669579e89acdeb4db388c17b2d7110..450e86ceba5d999443de7d76c4ecdbd68fef1e70 100644 (file)
@@ -7,7 +7,7 @@
  * The following variables are available in this template:
  *      $message_body - Entire message body, scrubbed, formatted, etc.
  *
- * @copyright 1999-2016 The SquirrelMail Project Team
+ * @copyright 1999-2022 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -23,7 +23,7 @@ extract($t);
 if (!empty($plugin_output['read_body_top'])) echo $plugin_output['read_body_top']; 
 ?>
 <div class="readBody">
-<table cellspacing="0" class="table2">
+<table cellspacing="0" class="sm_readBody_table2">
  <tr>
   <td> 
    <?php echo $message_body; ?>