Skip to content

Commit

Permalink
Merge pull request greggilbert#88 from peterpan666/master
Browse files Browse the repository at this point in the history
Fix the spaces with no script tag
  • Loading branch information
greggilbert committed Sep 19, 2015
2 parents bb61b38 + 8ce77e5 commit 121fd8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/captchav2.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ function renderDataAttributes($attributes)
<textarea id="g-recaptcha-response" name="g-recaptcha-response"
class="g-recaptcha-response"
style="width: 250px; height: 80px; border: 1px solid #c1c1c1;
margin: 0; padding: 0; resize: none;">
</textarea>
margin: 0; padding: 0; resize: none;"></textarea>
</div>
</div>
</div>
Expand Down

0 comments on commit 121fd8e

Please sign in to comment.