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:
parent
da1f0d873b
commit
6dbe4eda4d
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue