Skip to content

Commit

Permalink
Fixed validation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis authored and lepture committed Feb 4, 2015
1 parent 30aba44 commit 3c1f86b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions flask_wtf/recaptcha/widgets.py
Expand Up @@ -13,16 +13,15 @@
<div style="width: 302px; height: 352px; position: absolute;">
<iframe src="https://www.google.com/recaptcha/api/fallback?k=%(public_key)s"
frameborder="0" scrolling="no"
style="width: 302px; height:352px; border-style: none;">
style="width: 302px; height:352px; border: none;">
</iframe>
</div>
<div style="width: 250px; height: 80px; position: absolute; border-style: none;
<div style="width: 250px; height: 80px; position: absolute; border: none;
bottom: 21px; left: 25px; margin: 0px; padding: 0px; right: 25px;">
<textarea id="g-recaptcha-response" name="g-recaptcha-response"
class="g-recaptcha-response"
style="width: 250px; height: 80px; border: 1px solid #c1c1c1;
margin: 0px; padding: 0px; resize: none;" value="">
</textarea>
margin: 0px; padding: 0px; resize: none;"></textarea>
</div>
</div>
</div>
Expand Down

0 comments on commit 3c1f86b

Please sign in to comment.