Skip to content

Commit 431f6e8

Browse files
committed
Update list.jsp
1 parent 5718bb5 commit 431f6e8

File tree

1 file changed

+1
-3
lines changed
  • src/main/webapp/WEB-INF/jsp/content/word

1 file changed

+1
-3
lines changed

src/main/webapp/WEB-INF/jsp/content/word/list.jsp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@
8484

8585
<label>word.toString()</label>
8686
<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>
87+
<a class="editLink" href="<spring:url value='/content/word/edit/${word.id}' />">"${word}"</a>
9088
</div>
9189

9290
<div id="letterSoundsContainer">

0 commit comments

Comments
 (0)