ltl2tgba.html: Draw a run by default, don't print it.

* wrap/python/ajax/ltl2tgba.html, wrap/python/ajax/spot.in: Here.
This commit is contained in:
Alexandre Duret-Lutz 2012-07-18 15:28:36 +02:00
parent ebf48d4fa4
commit 173e100a41
2 changed files with 3 additions and 3 deletions

View file

@ -522,11 +522,11 @@ an identifier: <span class="formula">aUb</span> is an atomic proposition, unlike
</label><br>
then<br>
<label class="rtip" title="Produce a textual description of run accepted by the automaton.">
<INPUT type="radio" name="rf" value="p" checked>
<INPUT type="radio" name="rf" value="p">
print an accepting run
</label><br>
<label class="rtip" title="Use color to show an accepting run in the automaton.">
<INPUT type="radio" name="rf" value="d">
<INPUT type="radio" name="rf" value="d" checked>
draw an accepting run on top of the automaton
</label><br>
</div>