summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar cweiske2009-09-22 06:32:02 +0000
committerGravatar cweiske2009-09-22 06:32:02 +0000
commit9371dd23eb047bfd7fb94884ab0b68913b50da4d (patch)
treef943517f5b0dc541f12e0b777d654f5e695266c5
parent554fcbb3ecf09513c3ba3eb2071929c4867a1447 (diff)
downloadscuttle-9371dd23eb047bfd7fb94884ab0b68913b50da4d.tar.gz
scuttle-9371dd23eb047bfd7fb94884ab0b68913b50da4d.zip
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.php2
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>&raquo; <a href="<?php echo ROOT ?>password.php"><?php echo T_('Forgotten your password?') ?></p>
+ <p>&raquo; <a href="<?php echo ROOT ?>password.php"><?php echo T_('Forgotten your password?') ?></a></p>
</form>
<?php