Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

153
 
241
 
241
 
email.php
_> 11 <?php
  22 /*
<> 3 -  $Id: email.php 153 2005-08-04 12:57:59Z hpdl $
   3+  $Id: email.php 241 2005-11-13 22:56:32Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
156156  */
  157157 
  158158     function add_html($html, $text = NULL, $images_dir = NULL) {
<> 159 -      $this->html = tep_convert_linefeeds(array("\r\n", "\n", "\r"), '<br>', $html);
   159+      $this->html = tep_convert_linefeeds(array("\r\n", "\n", "\r"), '<br />', $html);
<_ 160160       $this->html_text = tep_convert_linefeeds(array("\r\n", "\n", "\r"), $this->lf, $text);
  161161 
  162162       if (isset($images_dir)) $this->find_html_images($images_dir);