changed heading level

This commit is contained in:
tworrall 2011-12-01 21:41:05 +00:00
parent f2ba8c51c4
commit 2f5994dff4

View file

@ -79,7 +79,7 @@
</div>
<form id="addConceptForm" class="customForm" action="${submitUrl}">
<#assign checkedSource = false />
<h5 class="services">External Vocabulary Services</h5>
<h4 class="services">External Vocabulary Services</h4>
<#list sources?keys as sourceUri>
<#assign thisSource = sources[sourceUri]/>
<input type="radio" name="source" value="${sourceUri}" role="radio" <#if checkedSource = false><#assign checkedSource = true/>checked="checked"</#if>>