diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index f61f4a19d92eae792b1858f10475679d7563d0dc..ae9392784d17f2ee32603bc3c9d1b9d3e2aa6f1d 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -1214,7 +1214,7 @@ StringXColor MeshOptions_Color[] = {
   { F|O, "Seven" , opt_mesh_color_7 , COL7, COL7, COLW, "Seventh color in color carousel" },
   { F|O, "Eight" , opt_mesh_color_8 , COL8, COL8, COLW, "Eighth color in color carousel" },
   { F|O, "Nine" , opt_mesh_color_9  , COL9, COL9, COLW, "Ninth color in color carousel" },
-  { F|O, "Ten" , opt_mesh_color_10  , COL10, COL10, COLW,  "tenth color in color carousel" },
+  { F|O, "Ten" , opt_mesh_color_10  , COL10, COL10, COLW,  "Tenth color in color carousel" },
   { 0, NULL , NULL , 0, 0, 0 , NULL }
 } ;
 
diff --git a/TODO b/TODO
index 171236aeeb14de8c7d1207c18d277ef8b41ff06e..206867920bc26b49241a944b7642f2e6200da72c 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,8 @@
-$Id: TODO,v 1.26 2003-11-29 20:23:22 geuzaine Exp $
+$Id: TODO,v 1.27 2003-12-29 05:39:14 geuzaine Exp $
+
+add nicer 3d drawing code for arrows (cylinder+cone, with lights)
+
+********************************************************************
 
 Yves Krahenbuhl wrote:
 
diff --git a/doc/gmsh.html b/doc/gmsh.html
index e55af712ae98309d6b844da7e205ba9f8648c95b..4070aa86bede8e12aa65b6fd1e1844fb158f55dd 100644
--- a/doc/gmsh.html
+++ b/doc/gmsh.html
@@ -12,8 +12,8 @@ built-in pre- and post-processing facilities</title>
 delaunay triangulation, automatic, maillages, mailleur, 3D, mesh adaptation,
 finite element postprocessing, CAD">
 
-<link href="/general.css" rel="stylesheet">
-<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+<link href="/general.css" rel="stylesheet" type="text/css">
+<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
 
 </head>