diff options
| author | David Aspinall | 2000-09-29 17:47:34 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-09-29 17:47:34 +0000 |
| commit | 0343b2b7187a599d2373e92e00d5e8ad7da91c3f (patch) | |
| tree | f2a8ed42df461e6cd9171a5bce55792172cea98f /html/register.html | |
| parent | 4e2c1e49359fdc4f1dbb0fe31b182c6d8e09eaae (diff) | |
Remove messy link_root links.
Diffstat (limited to 'html/register.html')
| -rw-r--r-- | html/register.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/register.html b/html/register.html index 888de909..5a0ccadb 100644 --- a/html/register.html +++ b/html/register.html @@ -33,7 +33,7 @@ provide a case for support for Proof General in the future. </p> <p> If you have already registered you do not need to fill in the form -again, so return to <?php link_root("download#prereq","the download page.") ?> +again, so return to <a href="download#prereq">the download page</a>. </p> <?php endif; ?> <h2>Registration Form</h2> @@ -100,7 +100,7 @@ again, so return to <?php link_root("download#prereq","the download page.") ?> print "</p>\n<p>"; print "<p>\nClick "; - link_root("download#prereq","here"); + print "<a href="download#prereq">here</a>"; print " to return to the download page.<br></p>\n"; click_to_go_back(); |
