Skip to content

Conversation

msaraiva
Copy link
Contributor

@msaraiva msaraiva commented Jun 21, 2019

Closes #1023

<dc:title><%= config.project %> - <%= config.version %></dc:title>
<dc:identifier id="project-<%= config.project %>"><%= uuid %></dc:identifier>
<dc:language><%= config.language %></dc:language>
<%= for {author, index} <- Enum.with_index(config.authors || []) do %>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<%= for {author, index} <- Enum.with_index(config.authors || []) do %>
<%= for {author, index} <- Enum.with_index(config.authors || [], 1) do %>

Then you don't need index + 1 below. :)

@josevalim
Copy link
Member

Looks good, just one tiny comment added.

@josevalim josevalim merged commit 83c5440 into elixir-lang:master Jun 21, 2019
@josevalim
Copy link
Member

❤️ 💚 💙 💛 💜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Support author attribute
2 participants