changed heading level
This commit is contained in:
parent
f2ba8c51c4
commit
2f5994dff4
1 changed files with 1 additions and 1 deletions
|
@ -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>>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue