Skip to content

Commit 2aa78ef

Browse files
committed
Add a pointer back to the wizard in the "compat" output.
1 parent 0d2d759 commit 2aa78ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tools/faqwiz/faqconf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# Version -- don't change unless you edit faqwiz.py
4848

49-
WIZVERSION = "0.8.1" # FAQ Wizard version
49+
WIZVERSION = "0.8.2" # FAQ Wizard version
5050

5151
# This parameter is normally overwritten with a dynamic value
5252

@@ -311,6 +311,8 @@
311311
# "Compat" command prologue (this has no <BODY> tag)
312312
COMPAT = """
313313
<H1>The whole %(FAQNAME)s</H1>
314+
See also the <A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard</A>.
315+
<P>
314316
"""
315317

316318
# Editing

0 commit comments

Comments
 (0)