Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1674
 
1847
 
1847
 
template.php
_> 11 <?php
  22 /*
<> 3 -  $Id: template.php 1674 2007-08-20 22:56:00Z hpdl $
   3+  $Id: template.php 1847 2009-02-27 14:48:11Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
  77 
<> 8 -  Copyright (c) 2007 osCommerce
   8+  Copyright (c) 2009 osCommerce
99 
  1010   This program is free software; you can redistribute it and/or modify
  1111   it under the terms of the GNU General Public License v2 (1991)
     
 !
273273  */
  274274 
  275275     function getPageTitle() {
<> 276 -      return $this->_page_title;
   276+      return osc_output_string_protected($this->_page_title);
<_ 277277     }
  278278 
  279279 /**