Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

153
 
236
 
236
 
boxes.php
_> 11 <?php
  22 /*
<> 3 -  $Id: boxes.php 153 2005-08-04 12:57:59Z hpdl $
   3+  $Id: boxes.php 236 2005-11-13 16:39:34Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
122122                                          'text' => $left_corner),
  123123                                    array('params' => 'width="100%" height="14" class="infoBoxHeading"',
  124124                                          'text' => $contents[0]['text']),
<> 125 -                                   array('params' => 'height="14" class="infoBoxHeading" nowrap',
   125+                                   array('params' => 'height="14" class="infoBoxHeading" nowrap="nowrap"',
<_ 126126                                          'text' => $right_corner));
  127127 
  128128       $this->tableBox($info_box_contents, true);