* wrap/python/cgi/ltl2tgba.in: Fix <table> setting to cope
with IE, Safari, konqueror, ... None of these support rules="groups" frame="border" properly (Mozilla is OK).
This commit is contained in:
parent
6dc59fa7fa
commit
1db08f494b
2 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
2004-02-03 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* wrap/python/cgi/ltl2tgba.in: Fix <table> 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 <adl@src.lip6.fr>
|
2004-02-02 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
* wrap/python/cgi/ltl2tgba.in: Output a description of the syntax.
|
* wrap/python/cgi/ltl2tgba.in: Output a description of the syntax.
|
||||||
|
|
|
||||||
|
|
@ -166,7 +166,8 @@ letter operators are not assumed to be operators if they are part of
|
||||||
an indentifier: <code>aUb</code> is an atomic proposition, unlike
|
an indentifier: <code>aUb</code> is an atomic proposition, unlike
|
||||||
<code>a U b</code> and <code>(a)U(b)</code><br>
|
<code>a U b</code> and <code>(a)U(b)</code><br>
|
||||||
|
|
||||||
<table border="1" rules="groups" frame="border" cellpadding="2">
|
<table border="1"><tr><td>
|
||||||
|
<table border="0" rules="groups" frame="void" cellpadding="3" cellspacing=0>
|
||||||
<colgroup span=2>
|
<colgroup span=2>
|
||||||
<colgroup span=2>
|
<colgroup span=2>
|
||||||
<colgroup span=2>
|
<colgroup span=2>
|
||||||
|
|
@ -217,7 +218,7 @@ an indentifier: <code>aUb</code> is an atomic proposition, unlike
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table></p>
|
</table></td></tr></table></p>
|
||||||
Translator:<TABLE><TR><TD>""" % (myself, cgi.escape(formula, True))
|
Translator:<TABLE><TR><TD>""" % (myself, cgi.escape(formula, True))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue