Skip to content

Commit

Permalink
fixed missing quotation
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitdatta committed May 11, 2016
1 parent 5deb768 commit e9d2616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formspree/templates/forms/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h6 class="light">You don't have any forms associated with this account, maybe y
{% endif %}
<div class="html-highlight">
<span class="bracket">&lt;</span><span class="tagname">form</span>
<span class="attrkey">action</span><span class="equal">=</span><span class="attrvalue">{{ config.SERVICE_URL }}/{{ form.hashid }}"</span>
<span class="attrkey">action</span><span class="equal">=</span><span class="attrvalue">"{{ config.SERVICE_URL }}/{{ form.hashid }}"</span>
<span class="attrkey">method</span><span class="equal">=</span><span class="attrvalue">"POST"</span><span class="bracket">></span>
<br>
&nbsp;&nbsp;<span class="bracket">&lt;</span><span class="tagname">input</span>
Expand Down

0 comments on commit e9d2616

Please sign in to comment.