We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3697a9e commit c9f7b18Copy full SHA for c9f7b18
1 file changed
ietf/templates/doc/document_history.html
@@ -4,7 +4,7 @@
4
{% load ietf_filters %}
5
{% load static %}
6
7
-{% block title %}History for {{ doc.name }}-{{ doc.rev }}{% endblock %}
+{% block title %}History for {{ doc.name }}{% if doc.rev %}-{{ doc.rev }}{% endif %}{% endblock %}
8
9
{% block morecss %}
10
form.diff-form button[type=submit] { margin-left: 2em; }
0 commit comments