make login html valid

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@371 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
cweiske 2009-09-22 06:32:02 +00:00
parent 554fcbb3ec
commit 9371dd23eb

View File

@ -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