Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Mar 24, 2009
1 parent b559c1b commit 7e0a663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -62,7 +62,7 @@ The parameter is either the error added to the captcha input or nil to add a gen
### In your view

<pre>
<img src="/captcha?<%= Time.now.to_i %>" onclick="this.src = '/captcha/new?' + (new Date()).getTime()" />
&lt;img src="/captcha?<%= Time.now.to_i %>" onclick="this.src = '/captcha/new?' + (new Date()).getTime()" /&gt;
<%= text_field_tag(:captcha) %>
</pre>

Expand Down

0 comments on commit 7e0a663

Please sign in to comment.