|
From: Nicholas N. <nj...@ca...> - 2003-11-11 12:15:05
|
CVS commit by nethercote: Added html type. Also now using the CSS. M +3 -1 header.inc 1.6 --- devel-home/valgrind/header.inc #1.5:1.6 @@ -1,6 +1,8 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" +"http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Valgrind: Bug Reports</title> -<!-- <link rel="stylesheet" type="text/css" href="style.css"> --> +<link rel="stylesheet" type="text/css" href="style.css"> </head> |