Fix function name in doc comment
authorChuck Hagenbuch <chuck@horde.org>
Thu, 15 Oct 2009 01:37:43 +0000 (21:37 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 15 Oct 2009 01:37:43 +0000 (21:37 -0400)
framework/View/lib/Horde/View/Helper/Tag.php

index 12f708b..34de238 100644 (file)
@@ -105,7 +105,7 @@ class Horde_View_Helper_Tag extends Horde_View_Helper_Base
      * Escapes a value for output in a view template.
      *
      * <code>
-     *   <p><?= $this->h($this->templateVar) ?></p>
+     *   <p><?= $this->escape($this->templateVar) ?></p>
      * </code>
      *
      * @param   mixed   $var The output to escape.