User: markomlm Date: 2007-07-11 07:18:46+0000 Modified: de/www/dev/todo.html
Log: schliessendes td tag ergänzt, nach strict validiert. M. Moeller File Changes: Directory: /de/www/dev/ ======================= File [changed]: todo.html Url: http://de.openoffice.org/source/browse/de/www/dev/todo.html?r1=2.42&r2=2.43 Delta lines: +19 -16 --------------------- --- todo.html 2007-07-10 19:05:34+0000 2.42 +++ todo.html 2007-07-11 07:18:44+0000 2.43 @@ -1,6 +1,6 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> <title> Aktuelle TODO-Liste @@ -20,12 +20,12 @@ </style> <!-- > Kommentare zur Seite - $Id: todo.html,v 2.42 2007/07/10 19:05:34 volkerme Exp $ + $Id: todo.html,v 2.43 2007/07/11 07:18:44 markomlm Exp $ < --> <!-- End de-header --> </head> <body> - <table width="100%" summary=""> + <table summary=""> <tr> <td align="left" valign="top"> <div id="body_de"> @@ -96,9 +96,10 @@ Hoch</a>. </p> -</div> - <td valign="top" height="100%"> +</div> + </td> + <td valign="top" > <!-- Start Navbar --> <!-- > Kommentare zur Navbar Informationen für Mitglieder im de.OpenOffice.org Projekt @@ -107,7 +108,7 @@ navbar_Dev ,V 0.5.5 Mittwoch, 22. Februar 2006 10:15:48 _MLM < --> <ul id="navbar_de"> - <li><div align="center">de-links</div></li> + <li><div >de-links</div></li> <li> <a href="../index.html" title=" "> Hauptseite </a></li> <li> <a href="../map_all.html" title=" "> Sitemap </a></li> <li> <a href="../neuhier.html" title="Informationen zu OpenOffice.org, dem Softwareprodukt"> Produkt-Info </a></li> @@ -141,9 +142,11 @@ </td> </tr> </table> + <p> - <a href="http://validator.w3.org/check?uri=referer"> - <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a> + <a href="http://validator.w3.org/check?uri=referer"><img + src="http://www.w3.org/Icons/valid-xhtml10" + alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a> </p> </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
