Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
d07e5498
Commit
d07e5498
authored
Apr 21, 2004
by
Alexandre Duret-Lutz
Browse files
* wrap/python/cgi/ltl2tgba.in (print_footer): Make ltl2tgba.py's
version a separate variable.
parent
9a8d554f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
d07e5498
2004-04-21 Alexandre Duret-Lutz <adl@src.lip6.fr>
* wrap/python/cgi/ltl2tgba.in (print_footer): Make ltl2tgba.py's
version a separate variable.
* wrap/python/cgi/ltl2tgba.in: Pass the formula to
never_claim_reachable, and cgi.escape its output.
Lighten the color a bit.
...
...
wrap/python/cgi/ltl2tgba.in
View file @
d07e5498
...
...
@@ -50,9 +50,11 @@ dot = 'dot' # in PATH.
dot_bgcolor
=
'-Gbgcolor=#FFFFFF'
# dot = '/usr/local/bin/dot'
ltl2tgba_version
=
'@PACKAGE_VERSION@'
def
print_footer
():
print
'<hr>'
print
'ltl2tgba.py
@PACKAGE_VERSION@
; Spot'
,
spot
.
version
()
print
'ltl2tgba.py
'
+
ltl2tgba_version
+
'
; Spot'
,
spot
.
version
()
print
'</BODY></HTML>'
try
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment