diff --git a/ietf/templates/iesg/agenda.html b/ietf/templates/iesg/agenda.html index 629c0946f..32fb45aa8 100644 --- a/ietf/templates/iesg/agenda.html +++ b/ietf/templates/iesg/agenda.html @@ -45,48 +45,48 @@ </p> {% endif %} {% if num == "3.4" %} - <p class="alert alert-info my-3"> - The IESG will use RFC 5742 responses: - </p> - <ol> - <li> - The IESG has concluded - that there is no conflict between this document and IETF work; - </li> - <li> - The IESG has concluded that this work is related to IETF work done - in WG <X>, but this relationship does not prevent - publishing; - </li> - <li> - The IESG has concluded that publication could - potentially disrupt the IETF work done in WG <X> and - recommends not publishing the document at this time; - </li> - <li> - The IESG - has concluded that this document violates IETF procedures for - <Y> and should therefore not be published without IETF - review and IESG approval; or - </li> - <li> - The IESG has concluded that this - document extends an IETF protocol in a way that requires IETF - review and should therefore not be published without IETF review - and IESG approval. - </li> - </ol> - <p> - The document shepherd must propose one of these responses in the - conflict-review document, and the document shepherd may supply text - for an IESG Note in that document. The Area Director ballot positions - indicate consensus with the response proposed by the document shepherd - and agreement that the IESG should request inclusion of the IESG Note. - </p> - <p> - Other matters may be recorded in comments, and the comments will - be passed on to the RFC Editor as community review of the document. - </p> + <div class="alert alert-info my-3"> + <p>The IESG will use RFC 5742 responses:</p> + <ol> + <li> + The IESG has concluded + that there is no conflict between this document and IETF work; + </li> + <li> + The IESG has concluded that this work is related to IETF work done + in WG <X>, but this relationship does not prevent + publishing; + </li> + <li> + The IESG has concluded that publication could + potentially disrupt the IETF work done in WG <X> and + recommends not publishing the document at this time; + </li> + <li> + The IESG + has concluded that this document violates IETF procedures for + <Y> and should therefore not be published without IETF + review and IESG approval; or + </li> + <li> + The IESG has concluded that this + document extends an IETF protocol in a way that requires IETF + review and should therefore not be published without IETF review + and IESG approval. + </li> + </ol> + <p> + The document shepherd must propose one of these responses in the + conflict-review document, and the document shepherd may supply text + for an IESG Note in that document. The Area Director ballot positions + indicate consensus with the response proposed by the document shepherd + and agreement that the IESG should request inclusion of the IESG Note. + </p> + <p class="mb-0"> + Other matters may be recorded in comments, and the comments will + be passed on to the RFC Editor as community review of the document. + </p> + </div> {% endif %} {% if "docs" in section %} {% for doc in section.docs %} @@ -111,4 +111,4 @@ {% endif %} {% endfor %} {% endblock %} -{% block js %}<script>// automatically generate a right-hand navigation tab for long pages</script>{% endblock %} +{% block js %}<script>// automatically generate a right-hand navigation tab for long pages</script>{% endblock %} \ No newline at end of file