git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14675
7612ce4b-ef26-0410-bec9-
ea0150e637f0
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) {
- ?>
- |
+ ?> |
<?php
}
}