Fossil

View Ticket
Login

View Ticket

2010-08-15
19:37 Fixed ticket [25ff8cff2b]: wrong DOCTYPE in generated pages plus 1 other change ... (artifact: ede2f59f5a user: drh)
19:36
Fix to the DOCTYPE of generated HTML pages. Ticket [25ff8cff2bdb41766e91] ... (check-in: c1bec02aae user: drh tags: trunk)
2010-08-08
20:52 New ticket [25ff8cff2b] wrong DOCTYPE in generated pages. ... (artifact: 7ae8461799 user: anonymous)

Ticket Hash: 25ff8cff2bdb41766e91b17c0779b3f5f3c0c80c
Title: wrong DOCTYPE in generated pages
Status: Fixed Type: Code_Defect
Severity: Minor Priority:
Subsystem: Resolution: Fixed
Last Modified: 2010-08-15 19:37:07
15.63 years ago
Created: 2010-08-08 20:52:10
15.65 years ago
Version Found In: 1d713f3f4d
Description:
The doctype in the generated pages is wrong. In

<!DOCTYPE html PUBLIC "-//W3C/DTD XHTML 1.0 Strict//EN" "http://www.x3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

you have to add a second / between W3C and DTD.