Fix houncibot parse error
Add missing quotes. Notification Error: warning: 2.6.0-dev-compliant syntax, but you are running 2.6.1. warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri. 2 error(s) were found in ERB files expected attribute value after '=' (at >)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
<div class="small-12 column">
|
||||
<%= translations_form.label :summary %>
|
||||
<p class="help-text" id=<%= summary_help_text_id(translations_form) %>>
|
||||
<p class="help-text" id="<%= summary_help_text_id(translations_form) %>">
|
||||
<%= t("proposals.form.proposal_summary_note") %>
|
||||
</p>
|
||||
<%= translations_form.text_area :summary,
|
||||
|
||||
Reference in New Issue
Block a user