From d6ef8cd4816955dc3cde61528eb97aa9423addc9 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Thu, 8 Dec 2022 18:29:55 +0200 Subject: [PATCH 1/2] feat: Add links to tools, so people know where to file issues. --- ietf/templates/doc/document_html.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ietf/templates/doc/document_html.html b/ietf/templates/doc/document_html.html index 2811a19c256..938574933a9 100644 --- a/ietf/templates/doc/document_html.html +++ b/ietf/templates/doc/document_html.html @@ -150,15 +150,15 @@

{% if request.COOKIES.htmlconf != 'html' and html %}
- You are viewing the legacy rfc2html + You are viewing the legacy rfc2html rendering of this document. Change the - preferences for a modern xml2rfc-based + preferences for a modern xml2rfc-based HTMLization.
{% elif request.COOKIES.htmlconf == 'html' and not html %}
- You are viewing the legacy rfc2html - rendering, because no xml2rfc-generated + You are viewing the legacy rfc2html. + rendering, because no xml2rfc-generated HTML is available for this document.
{% endif %} From 9a116c4c29b34a6cc380af85b5532d01dcf6c0cf Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Thu, 8 Dec 2022 18:44:59 +0200 Subject: [PATCH 2/2] Remove spurious character --- ietf/templates/doc/document_html.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/doc/document_html.html b/ietf/templates/doc/document_html.html index 938574933a9..c89d1fddcc4 100644 --- a/ietf/templates/doc/document_html.html +++ b/ietf/templates/doc/document_html.html @@ -157,7 +157,7 @@ {% elif request.COOKIES.htmlconf == 'html' and not html %}
- You are viewing the legacy rfc2html. + You are viewing the legacy rfc2html rendering, because no xml2rfc-generated HTML is available for this document.