Skip to content

Instantly share code, notes, and snippets.

@EudesSilva
Created March 17, 2013 19:49
Show Gist options
  • Save EudesSilva/5183319 to your computer and use it in GitHub Desktop.
Save EudesSilva/5183319 to your computer and use it in GitHub Desktop.
Enable escaping of form submission contents. Fornece scape para as tags html dentro das páginas xhtml
<!-- Enable escaping of form submission contents -->
<context-param>
<param-name>defaultHtmlEscape</param-name>
<param-value>true</param-value>
</context-param>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment