diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-09-22 06:32:02 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-09-22 06:32:02 +0000 |
commit | 9371dd23eb047bfd7fb94884ab0b68913b50da4d (patch) | |
tree | f943517f5b0dc541f12e0b777d654f5e695266c5 | |
parent | 554fcbb3ecf09513c3ba3eb2071929c4867a1447 (diff) | |
download | semanticscuttle-9371dd23eb047bfd7fb94884ab0b68913b50da4d.tar.gz semanticscuttle-9371dd23eb047bfd7fb94884ab0b68913b50da4d.tar.bz2 |
make login html valid
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@371 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r-- | templates/login.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login.tpl.php b/templates/login.tpl.php index 6592b0d..e68ab54 100644 --- a/templates/login.tpl.php +++ b/templates/login.tpl.php @@ -33,7 +33,7 @@ if (!$userservice->isSessionStable()) { <td></td> </tr> </table> - <p>» <a href="<?php echo ROOT ?>password.php"><?php echo T_('Forgotten your password?') ?></p> + <p>» <a href="<?php echo ROOT ?>password.php"><?php echo T_('Forgotten your password?') ?></a></p> </form> <?php |