[dev] CVS HEAD: kronolith, mnemo and nag;
missing td, tr and table tags
Leena Heino
Leena.Heino@uta.fi
Fri Oct 25 15:14:12 2002
Kronolith, Mnemo and Nag is missing end tags for td, tr and table. These
missing end tags makes Kronolith's edit calendar, Mnemo's edit notepad
and Nag's edit tasklist unusable with Netscape 4.79. Curiously enough
other browsers that I tested don't seem to care about missing end tags and
shows the pages correctly.
Here's patch to kronolith to fix missing tr, td and table tags:
--- kronolith/templates/share/manage.inc.orig Mon Sep 9 10:14:09 2002
+++ kronolith/templates/share/manage.inc Fri Oct 25 16:51:09 2002
@@ -55,4 +55,5 @@
</td>
</tr>
</table>
+</td></tr></table>
</form>
Here's patch to mnemo to fix missing tr, td and table tags:
--- mnemo/templates/notepads/manage.inc.orig Sat Sep 21 19:37:24 2002
+++ mnemo/templates/notepads/manage.inc Fri Oct 25 16:53:45 2002
@@ -55,4 +55,5 @@
</td>
</tr>
</table>
+</td></tr></table>
</form>
Here's patch to nag to fix missing tr, td and table tags:
--- nag/templates/tasklists/manage.inc.orig Sat Sep 21 17:53:16 2002
+++ nag/templates/tasklists/manage.inc Fri Oct 25 16:52:49 2002
@@ -55,4 +55,5 @@
</td>
</tr>
</table>
+</td></tr></table>
</form>
--
-- Leena Heino (liinu at uta.fi)