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
This commit is contained in:
Henrik Levkowetz 2007-06-21 11:40:11 +00:00
parent da1f0d873b
commit 6dbe4eda4d

View file

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
{% block doctype %}<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
{% endblock %}
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head><title>{% block title %}IETF Data{% endblock %} - WCF</title>
<link rel="icon" href="http://tools.ietf.org/images/django-ietf.png" />