NIHVIVO-2492 Fix misspelling of has_content, add guards against trying to use empty URLs.

This commit is contained in:
j2blake 2011-04-20 16:20:41 +00:00
parent c89c7b2b30
commit 4d78b2896d
2 changed files with 10 additions and 4 deletions

View file

@ -4,7 +4,7 @@
<#import "lib-form.ftl" as form>
<#if dataInput?hasContent>
<#if dataInput?has_content>
<div class="pageBodyGroup">
<h3>Data Input</h3>