Fixed a syntax error in commented out code.
This commit is contained in:
parent
aa78a5b4a9
commit
21ab82b879
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<h1><a title="Home" href="${urls.home}">${siteName}</a></h1>
|
<h1><a title="Home" href="${urls.home}">${siteName}</a></h1>
|
||||||
|
|
||||||
<#-- RY We will need this in non-NIHVIVO versions
|
<#-- RY We will need this in non-NIHVIVO versions
|
||||||
<#if siteTagline.has_content>
|
<#if siteTagline?has_content>
|
||||||
<em>${siteTagline}</em>
|
<em>${siteTagline}</em>
|
||||||
</#if>
|
</#if>
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Add table
Reference in a new issue