aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-08-07 13:15:19 -0400
committerW. Trevor King <wking@drexel.edu>2009-08-07 13:15:19 -0400
commite8d8f2c829ba4bd062c21a9f75f338ad7e0c5053 (patch)
tree0ede17e2d49ccd427f445c89d027448d089ee973 /becommands
parent8b420dfbd79404a91adfedf15ac174fc9a9a81eb (diff)
downloadbugseverywhere-e8d8f2c829ba4bd062c21a9f75f338ad7e0c5053.tar.gz
Added DOCTYPE to detail html as well
Diffstat (limited to 'becommands')
-rw-r--r--becommands/html.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/becommands/html.py b/becommands/html.py
index 7ec5ddf..60a0461 100644
--- a/becommands/html.py
+++ b/becommands/html.py
@@ -391,6 +391,8 @@ class BEHTMLGen():
"""
self.detail_first = """
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>BugsEverywhere Issue Tracker</title>