Skip to content

Commit

Permalink
Update nonerc.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored Mar 29, 2023
1 parent e468b43 commit 74ba53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss/nonerc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ layout: null
{% unless eip.category == "ERC" %}
{% if eip.status == "Last Call" %}
{% capture description %}
<p><strong>EIP #{{ eip.eip }} - {{eip.title }}</strong> is in Last Call status. It is authored by {{ eip.author }} and was originally created {{ eip.created }}. It is in the {{ eip.category }} category of type {{ eip.type }}. Please review and note any changes that should block acceptance.</p>
<p><strong>{{ eip.title }}</strong> is in Last Call status. It is authored by {{ eip.author }} and was originally created {{ eip.created }}. It is in the {{ eip.category }} category of type {{ eip.type }}. Please review and note any changes that should block acceptance.</p>
{% if eip.discussions-to %}
<p>The author has requested that discussions happen at the following URL: <a href="{{ eip.discussions-to }}">{{ eip.discussions-to }}</a></p>
{% endif %}
Expand Down

0 comments on commit 74ba53e

Please sign in to comment.