projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b420df
)
Added DOCTYPE to detail html as well
author
W. Trevor King
<wking@drexel.edu>
Fri, 7 Aug 2009 17:15:19 +0000
(13:15 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 7 Aug 2009 17:15:19 +0000
(13:15 -0400)
becommands/html.py
patch
|
blob
|
history
diff --git
a/becommands/html.py
b/becommands/html.py
index 7ec5ddfea242aefb47e229634ea886707c8b4689..60a04613e9718688bc43183d7da7bb99a013075a 100644
(file)
--- 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>