Fixed a syntax error in commented out code.

This commit is contained in:
rjy7 2010-07-09 22:13:24 +00:00
parent aa78a5b4a9
commit 21ab82b879

View file

@ -7,7 +7,7 @@
<h1><a title="Home" href="${urls.home}">${siteName}</a></h1>
<#-- RY We will need this in non-NIHVIVO versions
<#if siteTagline.has_content>
<#if siteTagline?has_content>
<em>${siteTagline}</em>
</#if>
-->