[cvs] [Wiki] changed: Doc/Dev/Horde_View
Michael Rubinsky
mrubinsk at horde.org
Mon Feb 23 17:50:14 UTC 2009
mrubinsk Mon, 23 Feb 2009 12:50:14 -0500
Modified page: http://wiki.horde.org/Doc/Dev/Horde_View
New Revision: 1.5
Change log: typo
@@ -173,9 +173,9 @@
*/
public function highlight($text, $phrase)
{
$escaped = $this->h($text);
- $highlighter = '<strong class="highlight">$excaped</strong>';
+ $highlighter = '<strong class="highlight">$escaped</strong>';
if (empty($phrase) || empty($text)) {
return $text;
}
More information about the cvs
mailing list