NIHVIVO-1380 Comment on use of variable ${headContent} in the templates

This commit is contained in:
rjy7 2011-01-10 23:38:43 +00:00
parent a0bd5bb084
commit f5e6fbf409
2 changed files with 4 additions and 0 deletions

View file

@ -10,4 +10,6 @@
<#include "headScripts.ftl">
<#-- Inject head content specified in the controller. Currently this is used only to generate an rdf link on
an individual profile page. -->
${headContent!}

View file

@ -30,4 +30,6 @@
<script type="text/javascript" src="${urls.home}/js/selectivizr.js"></script>
<![endif]-->
<#-- Inject head content specified in the controller. Currently this is used only to generate an rdf link on
an individual profile page. -->
${headContent!}