From 5b1f000d871daa2a0c7135a84a0bdeb910c2f85e Mon Sep 17 00:00:00 2001
From: guido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Tue, 26 Jul 2005 09:52:55 +0000
Subject: [PATCH] Fix version variable and copyright

git-svn-id: https://svn.dealii.org/trunk@11202 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/doc/doxygen/header.html.in | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/deal.II/doc/doxygen/header.html.in b/deal.II/doc/doxygen/header.html.in
index 6647391990..67711a8653 100644
--- a/deal.II/doc/doxygen/header.html.in
+++ b/deal.II/doc/doxygen/header.html.in
@@ -1,11 +1,12 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+                 "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-  <link href="doxygen.css" rel="stylesheet" type="text/css">
+  <link href="doxygen.css" rel="StyleSheet" type="text/css">
   <title>$title</title>
   <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
   <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 1998 - 2005 by the deal.II authors">
-  <meta name="version" content="@VERSION@">
+  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors">
+  <meta name="deal.II version" content="@DEAL_II_VERSION@">
 </head>
 <body>
-- 
2.39.5