Skip to content

Commit 752349c

Browse files
authored
Update index.jsp
1 parent 6afa087 commit 752349c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/webapp/index.jsp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
2222
<input type="radio" name="r2" value="sub" />subtraction
2323
<br />
2424
</label>
25-
26-
25+
<label>
26+
<input type="radio" name="r3" value="prod" />product
27+
<br />
28+
</label>
2729
</div>
2830
<input type="submit" value="submit" />
2931
</form>

0 commit comments

Comments
 (0)