Skip to content

Commit

Permalink
making sure display is also covered
Browse files Browse the repository at this point in the history
  • Loading branch information
slubwama committed Oct 11, 2024
1 parent 5ddab58 commit c384991
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions omod/src/main/webapp/viewIdentifierSource.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@
<table id="sourceTable">
<tr>
<th><spring:message code="idgen.baseCharacterSet"/>:</th>
<td>${source.baseCharacterSet}</td>
<td><c:out value='${source.baseCharacterSet}'/></td>
</tr>
<tr>
<th><spring:message code="idgen.firstIdentifierBase"/>:</th>
<td>${source.firstIdentifierBase}</td>
<td><c:out value='${source.firstIdentifierBase}'/></td>
</tr>
<tr>
<th><spring:message code="idgen.prefix"/>:</th>
<td>${source.prefix}</td>
<td><c:out value='${source.prefix}'/></td>
</tr>
<tr>
<th><spring:message code="idgen.suffix"/>:</th>
<td>${source.suffix}</td>
<td>$<c:out value='{source.suffix}'/></td>
</tr>
<tr>
<th><spring:message code="idgen.minLength"/>:</th>
Expand Down

0 comments on commit c384991

Please sign in to comment.