Skip to content

Commit b6120bc

Browse files
authored
Add & Sub
1 parent b3afdc1 commit b6120bc

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/main/webapp/index.jsp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@
2121
<label>
2222
<input type="radio" name="r2" value="sub" />subtraction
2323
<br />
24-
</label>
25-
<label>
26-
<input type="radio" name="r3" value="prod" />product
27-
<br />
28-
</label>
29-
30-
24+
</label>
3125
</div>
3226
<input type="submit" value="submit" />
3327
</form>

0 commit comments

Comments
 (0)