lib/rdoc/generator/template/sdoc/file.rhtml in sdoc-2.0.3 vs lib/rdoc/generator/template/sdoc/file.rhtml in sdoc-2.0.4
- old
+ new
@@ -1,8 +1,6 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!DOCTYPE html>
+<html lang="en">
<head>
<title><%= h file.name %></title>
<meta http-equiv="Content-Type" content="text/html; charset=<%= @options.charset %>" />
<%= include_template '_head.rhtml', {:rel_prefix => rel_prefix} %>
</head>