Happy New Year
[squirrelmail.git] / templates / default / read_toolbar.tpl
index 24393a315d04353498ace176381fe56905a8d500..ed28c966434e40b2be76aaaad8c6d66bbb3714bb 100644 (file)
@@ -13,7 +13,7 @@
  *          $link['Text'] - Text to be displayed for the action.
  *          $link['Target'] - Optional link target
  *
- * @copyright 1999-2011 The SquirrelMail Project Team
+ * @copyright 1999-2018 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -34,14 +34,11 @@ extract($t);
         if (empty($link['Text']))
             continue;
             
-            ?>
- <a href="<?php echo $link['URL']; ?>"<?php echo (empty($link['Target'])?'':' target="' . $link['Target'] . '"')?>><?php echo $link['Text']; ?></a>
-            <?php
+            ?><a href="<?php echo $link['URL']; ?>"<?php echo (empty($link['Target'])?'':' target="' . $link['Target'] . '"')?> style="white-space: nowrap;"><?php echo $link['Text']; ?></a><?php
         
         # Spit out a divider between each element
         if ($count < count($links)-1) {
-            ?>
- &nbsp;|&nbsp;
+            ?>&nbsp;|
             <?php
         }
     }