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 fe4243a commit 55a22b1Copy full SHA for 55a22b1
1 file changed
ietf/templates/idrfc/base.html
@@ -1,3 +1,4 @@
1
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
{% comment %}
3
Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
4
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
@@ -32,7 +33,6 @@
32
33
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34
35
{% endcomment %}
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
36
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
37
<head>
38
<title>{% block title %}No title{% endblock %}</title>
0 commit comments