diff --git a/tutorial/html.pike b/tutorial/html.pike
index bf830814517929c1208942052f6280fe31825cdf..db4da02aa01ec3ad5e0a20f7cdedd810f09c3b05 100644
--- a/tutorial/html.pike
+++ b/tutorial/html.pike
@@ -618,6 +618,11 @@ SGML convert(SGML data)
 				Sgml.Tag("font",(["color":"#ffffff"]),0,
 					 cell->data),
 			      });
+			    }else{
+			      cell->data=({
+				Sgml.Tag("font",(["color":"#000000"]),0,
+					 cell->data),
+			      });
 			    }
 
 			    // This adds some extra space, needed because