  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: boxes.php 153 2005-08-04 12:57:59Z hpdl $ |
| |
| 3 | + | $Id: boxes.php 236 2005-11-13 16:39:34Z hpdl $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
|
|
 |
… |
|
122 | 122 | | 'text' => $left_corner), |
| |
123 | 123 | | array('params' => 'width="100%" height="14" class="infoBoxHeading"', |
| |
124 | 124 | | 'text' => $contents[0]['text']), |
  |
125 | | - | array('params' => 'height="14" class="infoBoxHeading" nowrap', |
| |
| 125 | + | array('params' => 'height="14" class="infoBoxHeading" nowrap="nowrap"', |
  |
126 | 126 | | 'text' => $right_corner)); |
| |
127 | 127 | | |
| |
128 | 128 | | $this->tableBox($info_box_contents, true); |