Skip to content

Commit 55a22b1

Browse files
committed
Make sure DOCTYPE is first (without empty lines above it)
- Legacy-Id: 1916
1 parent fe4243a commit 55a22b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/idrfc/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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">
12
{% comment %}
23
Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
34
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
@@ -32,7 +33,6 @@
3233
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3334

3435
{% endcomment %}
35-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3636
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3737
<head>
3838
<title>{% block title %}No title{% endblock %}</title>

0 commit comments

Comments
 (0)