Skip to content

Commit

Permalink
Merge pull request #4352 from IQSS/4351-clean-html-comments
Browse files Browse the repository at this point in the history
clean html comments #4351
  • Loading branch information
kcondon authored Dec 12, 2017
2 parents 3a53923 + cf80af3 commit 80e75b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>javax.faces.FACELETS_SKIP_COMMENTS</param-name>
<param-value>true</param-value>
</context-param>
<!-- JSF mapping -->
<filter>
<filter-name>Router</filter-name>
Expand Down

0 comments on commit 80e75b6

Please sign in to comment.