回答編集履歴

1

ソースのカンマ抜け修正

2017/09/15 00:51

投稿

shimitei
shimitei

スコア799

test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ```Ruby
16
16
 
17
- <%= f.text_field :to, size: 25, value: @userenter.email_to, id: "email_to" autocomplete: 'off'%>
17
+ <%= f.text_field :to, size: 25, value: @userenter.email_to, id: "email_to", autocomplete: 'off'%>
18
18
 
19
19
  ```
20
20