use #:sub (bug reported in a blog comment)
svn: r13293
This commit is contained in:
parent
f5ce61de97
commit
9f11b0fd04
|
@ -64,7 +64,7 @@
|
||||||
(super-new)))
|
(super-new)))
|
||||||
|
|
||||||
(define (goto-plt-license)
|
(define (goto-plt-license)
|
||||||
(send-main-page "license/index.html"))
|
(send-main-page #:sub "license/index.html"))
|
||||||
|
|
||||||
(define (help-desk [key #f] [context #f])
|
(define (help-desk [key #f] [context #f])
|
||||||
(if key (perform-search key context) (send-main-page)))
|
(if key (perform-search key context) (send-main-page)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user