Skip to content

Commit d9941f8

Browse files
committed
Corrected markup in test form
1 parent eec73ef commit d9941f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/form.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,9 @@
171171
data-validation-help="Images only"
172172
data-validation-allowing="jpg, png, ico"
173173
data-validation-dimension="100-800"
174-
data-validation-ratio="8:10-12:10"
175174
data-validation-max-size="400kb"
176175
data-validation-error-msg-size="The file cant be larger than 400kb"
177-
data-validation-error-msg-ratio="The image dimensions has to be from 8:10-12:10"
176+
data-validation-error-msg-dimension="The image cant be smaller than 100x100 pixels and not larger than 800x800 pixels"
178177
data-validation-error-msg="You must upload an image file (jpg,png or ico, max 400 kb)"
179178
/>
180179
</div>

0 commit comments

Comments
 (0)