diff options
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(); |
