Task #66726
Updated by Frank Nägler over 9 years ago
The @HtmlspecialcharsViewHelper@ implements @renderStatic@ and overwrite @compile()@ which make no sense, because renderStatic is called only once.
All ViewHelper should be checked if the CompilableInterface is implemented correctly.
UPDATE:
ViewHelper which implement both methods:
* @CommentViewHelper@
* @HtmlspecialcharsViewHelper@