From: Chuck Hagenbuch Date: Thu, 15 Oct 2009 01:37:43 +0000 (-0400) Subject: Fix function name in doc comment X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=479ef09dafc062325a5d1c6ce3ea48d68c0c2ac2;p=horde.git Fix function name in doc comment --- diff --git a/framework/View/lib/Horde/View/Helper/Tag.php b/framework/View/lib/Horde/View/Helper/Tag.php index 12f708bc3..34de23862 100644 --- a/framework/View/lib/Horde/View/Helper/Tag.php +++ b/framework/View/lib/Horde/View/Helper/Tag.php @@ -105,7 +105,7 @@ class Horde_View_Helper_Tag extends Horde_View_Helper_Base * Escapes a value for output in a view template. * * - *

h($this->templateVar) ?>

+ *

escape($this->templateVar) ?>

*
* * @param mixed $var The output to escape.