We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5718bb5 commit 431f6e8Copy full SHA for 431f6e8
src/main/webapp/WEB-INF/jsp/content/word/list.jsp
@@ -84,9 +84,7 @@
84
85
<label>word.toString()</label>
86
<div style="font-size: 2em;">
87
- <a class="editLink" href="<spring:url value='/content/word/edit/${word.id}' />"
88
- <c:if test="${word.toString() != word.getText()}">style="color: #bf360c; background-color: #ffccbc;"</c:if>
89
- >"${word}"</a>
+ <a class="editLink" href="<spring:url value='/content/word/edit/${word.id}' />">"${word}"</a>
90
</div>
91
92
<div id="letterSoundsContainer">
0 commit comments