diff --git a/ChangeLog b/ChangeLog index adf6e4c49..11a55a793 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-02-03 Alexandre Duret-Lutz + + * wrap/python/cgi/ltl2tgba.in: Fix setting to cope + with IE, Safari, konqueror, ... None of these support + rules="groups" frame="border" properly (Mozilla is OK). + 2004-02-02 Alexandre Duret-Lutz * wrap/python/cgi/ltl2tgba.in: Output a description of the syntax. diff --git a/wrap/python/cgi/ltl2tgba.in b/wrap/python/cgi/ltl2tgba.in index db1f093b6..b8984888d 100644 --- a/wrap/python/cgi/ltl2tgba.in +++ b/wrap/python/cgi/ltl2tgba.in @@ -166,7 +166,8 @@ letter operators are not assumed to be operators if they are part of an indentifier: aUb is an atomic proposition, unlike a U b and (a)U(b)
-
+
+@@ -217,7 +218,7 @@ an indentifier: aUb is an atomic proposition, unlike -

+

Translator:
""" % (myself, cgi.escape(formula, True))