rename class attribute
This commit is contained in:
parent
9e7d807b4d
commit
4b192ef8eb
1 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@
|
|||
<input name="Transitive" type="checkbox" value="TRUE"/>transitive
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<span class="checkBoxSpacer"> </span>
|
||||
<span class="checkboxSpacer"> </span>
|
||||
<c:choose>
|
||||
<c:when test="${symmetric}">
|
||||
<input name="Symmetric" type="checkbox" value="TRUE" checked="checked"/> symmetric
|
||||
|
@ -143,7 +143,7 @@
|
|||
<input name="Functional" type="checkbox" value="TRUE"/> functional
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<span class="checkBoxSpacer"> </span>
|
||||
<span class="checkboxSpacer"> </span>
|
||||
<c:choose>
|
||||
<c:when test="${inverseFunctional}">
|
||||
<input name="InverseFunctional" type="checkbox" value="TRUE" checked="checked"/> inverse functional
|
||||
|
|
Loading…
Add table
Reference in a new issue