Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

686
 
725
 
725
 
recently_visited.php
_> 8181                              '        <ol style="list-style: none; margin: 0; padding: 0;">';
  8282 
  8383           foreach ($osC_RecentlyVisited->getSearches() as $searchphrase) {
<> 84 -            $this->_content .= '<li>' . osc_link_object(osc_href_link(FILENAME_SEARCH, 'keywords=' . $searchphrase['keywords']), tep_output_string_protected($searchphrase['keywords'])) . ' <i>(' . number_format($searchphrase['results']) . ' results)</i></li>';
   84+            $this->_content .= '<li>' . osc_link_object(osc_href_link(FILENAME_SEARCH, 'keywords=' . $searchphrase['keywords']), osc_output_string_protected($searchphrase['keywords'])) . ' <i>(' . number_format($searchphrase['results']) . ' results)</i></li>';
<_ 8585           }
  8686 
  8787           $this->_content .= '      </ol>' .