Skip to content

Commit

Permalink
fix miss-placed character causing page to break when viewing identifi…
Browse files Browse the repository at this point in the history
…er (#124)
  • Loading branch information
slubwama authored Oct 18, 2024
1 parent c8db520 commit 4545481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omod/src/main/webapp/viewIdentifierSource.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</tr>
<tr>
<th><spring:message code="idgen.suffix"/>:</th>
<td>$<c:out value='{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 4545481

Please sign in to comment.