Skip to content

Commit

Permalink
clean html comments #4351
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-a-dunlap committed Dec 5, 2017
1 parent baa85fd commit 6f1ef61
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 6f1ef61

Please sign in to comment.