Skip to content

Commit af43dc0

Browse files
committed
Remove unnecessary whitespace in options_for_select docs
1 parent f776666 commit af43dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix_html/form.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ defmodule Phoenix.HTML.Form do
269269
options_for_select(["Admin": "admin", "User": "user", "Moderator": "moderator"],
270270
["admin", "moderator"])
271271
#=> <option value="admin" selected>Admin</option>
272-
#=> <option value="user" >User</option>
272+
#=> <option value="user">User</option>
273273
#=> <option value="moderator" selected>Moderator</option>
274274
275275
Groups are also supported:

0 commit comments

Comments
 (0)