Skip to content

Commit ceb906a

Browse files
committed
.
1 parent e5c2890 commit ceb906a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

live2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ <h3>The user's camera</h3>
9191
<label>
9292
<span>Patch-Size</span>
9393
<select name="locator_patch-size">
94-
<option value="x-small">x-small</option>
95-
<option selected="selected" value="small">small</option>
94+
<option selected="selected" value="x-small">x-small</option>
95+
<option value="small">small</option>
9696
<option value="medium">medium</option>
9797
<option value="large">large</option>
9898
<option value="x-large">x-large</option>

0 commit comments

Comments
 (0)