more layout tweaks.
This commit is contained in:
parent
98f95c5136
commit
7167c7a503
1 changed files with 4 additions and 4 deletions
|
@ -11,12 +11,12 @@
|
|||
</c:if>
|
||||
|
||||
|
||||
<!--<span class="label">Spelling:</span> -->
|
||||
<c:out value="${ spelling.spelling }" escapeXml="false" />
|
||||
|
||||
<!--<span class="label">Spelling Type:</span> -->
|
||||
<c:out value="${ applicationScope.flatData.spellingTypes[ spelling.spellingType ] }" escapeXml="false" />
|
||||
|
||||
<em><c:out value="${ applicationScope.flatData.spellingTypes[ spelling.spellingType ] }" escapeXml="false" /></em>
|
||||
|
||||
<!--<span class="label">Spelling:</span> -->
|
||||
<strong><c:out value="${ spelling.spelling }" escapeXml="false" /></strong>
|
||||
|
||||
<jsp:include page="displayMeta.jsf" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue