fsf changes, meant to be rebased on upstream
[squirrelmail.git] / src / image.php
index d5922559e5f220c3a0efe6ca0e8462d1e9ad9aba..9f41ae1e3f3833f8e4ae48f138c8f49ba2b86be4 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This file shows an attached image
  *
- * @copyright 1999-2018 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
@@ -52,7 +52,7 @@ $DownloadLink = '../src/download.php?passed_id=' . $passed_id .
 
 <table border="0" cellspacing="0" cellpadding="2" align="center">
 <tr><td bgcolor="<?php echo $color[4]; ?>">
-<img src="<?php echo $DownloadLink; ?>" />
+<img width="100%" src="<?php echo $DownloadLink; ?>" />
 
 </td></tr></table>
 <?php