Skip to content

Commit a0c0bdf

Browse files
committed
Merge branch 'release-0.3'
2 parents 6f3f527 + 4784990 commit a0c0bdf

File tree

1 file changed

+2
-2
lines changed
  • color-finder-webapp/src/main/webapp/WEB-INF/pages

1 file changed

+2
-2
lines changed

color-finder-webapp/src/main/webapp/WEB-INF/pages/form.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</c:otherwise>
4242
</c:choose>
4343
<div class="form-group ${foregroundOnError}">
44-
<label for="foreground" class="col-lg-3 control-label"><fmt:message key="form.foregroundColor"/></label>
44+
<label for="foreground-input" class="col-lg-3 control-label"><fmt:message key="form.foregroundColor"/></label>
4545
<div class="col-lg-4">
4646
<form:input id="foreground-input" path="foreground" type="text" class="form-control"/>
4747
<span class="help-block"><fmt:message key="form.help"/></span>
@@ -61,7 +61,7 @@
6161
</c:otherwise>
6262
</c:choose>
6363
<div class="form-group ${backgroundOnError}">
64-
<label for="background" class="col-lg-3 control-label"><fmt:message key="form.backgroundColor"/></label>
64+
<label for="background-input" class="col-lg-3 control-label"><fmt:message key="form.backgroundColor"/></label>
6565
<div class="col-lg-4">
6666
<form:input id="background-input" path="background" type="text" class="form-control"/>
6767
<span class="help-block"><fmt:message key="form.help"/></span>

0 commit comments

Comments
 (0)