more layout tweaks.

This commit is contained in:
dubtraxis 2003-10-23 23:24:29 +00:00
parent 98f95c5136
commit 7167c7a503

View file

@ -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" />