diff --git a/rss/last-call.xml b/rss/last-call.xml index da06188ca2474..c669c36616c3d 100644 --- a/rss/last-call.xml +++ b/rss/last-call.xml @@ -13,7 +13,7 @@ layout: null {% for eip in eips %} {% 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 %}