Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update lib/phoenix_html/tag.ex
  • Loading branch information
josevalim authored Feb 9, 2021
commit 1947eadf870e9b3b9879e9a56ad48c5481c7f997
2 changes: 1 addition & 1 deletion lib/phoenix_html/tag.ex
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ defmodule Phoenix.HTML.Tag do
@doc """
Escapes a list of attributes, returning iodata.

Pay attention that, unlike `Phoenix.HTML.Tag.tag/2` and `Phoenix.HTML.Tag.content_tag/2`, this
Pay attention that, unlike `tag/2` and `content_tag/2`, this
function does not sort the attributes.

iex> attributes_escape(title: "the title", id: "the id", selected: true)
Expand Down