Correct self links.

This commit is contained in:
interp 2003-02-21 09:49:35 +00:00
parent ef3a8af150
commit 9a6b262637
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
(body (h2 "Result")
(p ,(number->string (+ (get-number1) (get-number2))))
(hr)
(a (@ (href "add.scm")) "New calculation (new session)")(br)
(a (@ (href "add-html.scm")) "New calculation (new session)")(br)
(a (@ (href "javascript:history.go(-2)")) "New calculation (same session)")(br)
(a (@ (href ,new-url)) "Close this session")))))))
;; How to clear session data and go to another HTML page: