aboutsummaryrefslogtreecommitdiff
path: root/lib/template.html.eex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/template.html.eex')
-rw-r--r--lib/template.html.eex8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/template.html.eex b/lib/template.html.eex
index c9c5385..5f9109c 100644
--- a/lib/template.html.eex
+++ b/lib/template.html.eex
@@ -2,10 +2,10 @@
<div class="g-recaptcha"
data-sitekey="<%= @public_key %>"
- data-theme="<%= @options[:theme]%>"
- data-type="<%= @options[:type]%>"
- data-tabindex="<%= @options[:tabindex]%>"
- data-size="<%= @options[:size]%>">
+ data-theme="<%= @options[:theme] %>"
+ data-type="<%= @options[:type] %>"
+ data-tabindex="<%= @options[:tabindex] %>"
+ data-size="<%= @options[:size] %>">
</div>
<%= if @options[:noscript] do %>