NIHVIVO-1380 Comment on use of variable ${headContent} in the templates
This commit is contained in:
parent
a0bd5bb084
commit
f5e6fbf409
2 changed files with 4 additions and 0 deletions
|
@ -10,4 +10,6 @@
|
||||||
|
|
||||||
<#include "headScripts.ftl">
|
<#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!}
|
${headContent!}
|
|
@ -30,4 +30,6 @@
|
||||||
<script type="text/javascript" src="${urls.home}/js/selectivizr.js"></script>
|
<script type="text/javascript" src="${urls.home}/js/selectivizr.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
|
<#-- Inject head content specified in the controller. Currently this is used only to generate an rdf link on
|
||||||
|
an individual profile page. -->
|
||||||
${headContent!}
|
${headContent!}
|
Loading…
Add table
Add a link
Reference in a new issue