projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b73fed7
)
Fix function name in doc comment
author
Chuck Hagenbuch
<chuck@horde.org>
Thu, 15 Oct 2009 01:37:43 +0000
(21:37 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Thu, 15 Oct 2009 01:37:43 +0000
(21:37 -0400)
framework/View/lib/Horde/View/Helper/Tag.php
patch
|
blob
|
history
diff --git
a/framework/View/lib/Horde/View/Helper/Tag.php
b/framework/View/lib/Horde/View/Helper/Tag.php
index
12f708b
..
34de238
100644
(file)
--- 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.
*
* <code>
- * <p><?= $this->
h
($this->templateVar) ?></p>
+ * <p><?= $this->
escape
($this->templateVar) ?></p>
* </code>
*
* @param mixed $var The output to escape.