Skip to content

Commit 6dbe4ed

Browse files
committed
Added a block for the doctype declaration in the base template. (The IPR pages need surgery before they will render well with the XHTML/Transitional doctype.)
- Legacy-Id: 577
1 parent da1f0d8 commit 6dbe4ed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ietf/templates/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<?xml version="1.0" encoding="iso-8859-1"?>
1+
{% block doctype %}<?xml version="1.0" encoding="iso-8859-1"?>
22
<!DOCTYPE html
33
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
44
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5+
{% endblock %}
56
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
67
<head><title>{% block title %}IETF Data{% endblock %} - WCF</title>
78
<link rel="icon" href="http://tools.ietf.org/images/django-ietf.png" />

0 commit comments

Comments
 (0)