Author: matt
Date: 2011-05-28 09:51:59 -0700 (Sat, 28 May 2011)
New Revision: 616
Log:
Learning HTML and PHP...

Modified:
   trunk/index.php

Modified: trunk/index.php
===================================================================
--- trunk/index.php     2011-05-28 16:47:35 UTC (rev 615)
+++ trunk/index.php     2011-05-28 16:51:59 UTC (rev 616)
@@ -82,15 +82,19 @@
 html_end_row();
 html_end_table();
 
-html_start_table(array("Release Schedul"), "100%", "100%");
+html_start_table(array("Release Schedule"), "100%", "100%");
 html_start_row();
 
 ?>
 
+<td>
+
 <p>June 1st, 2011: Release Candidate 7, FLTK 1.3.0 RC 7</p>
 <p>June 8th, 2011: Final Release, FLTK 1.3.0</p>
 <p>June 8th, 2011: FLTK 3 core developer release and brain storm</p>
 
+</td>
+
 <?
 
 html_end_row();

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to