From e468b43292bb909079520ea7533b3a6fb389d8dd Mon Sep 17 00:00:00 2001 From: Gavin John Date: Wed, 29 Mar 2023 11:31:35 -0400 Subject: [PATCH] Update nonerc-last-call.xml --- rss/nonerc-last-call.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss/nonerc-last-call.xml b/rss/nonerc-last-call.xml index 17f0939367446..f48b87c283f96 100644 --- a/rss/nonerc-last-call.xml +++ b/rss/nonerc-last-call.xml @@ -14,7 +14,7 @@ layout: null {% unless eip.category == "ERC" %} {% if eip.status == "Last Call" %} {% capture description %} -

EIP #{{ eip.eip }} - {{eip.title }} 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.

+

{{ eip.title }} 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.

{% if eip.discussions-to %}

The author has requested that discussions happen at the following URL: {{ eip.discussions-to }}

{% endif %}