[Gforge-devel] [#1217] Minor HTML fixes -- closing P tags
Federico
federicot at gmail.com
Mon Jun 12 10:35:36 EDT 2006
https://gforge.org/tracker/index.php?func=detail&aid=1217&group_id=1&atid=106
aplied patch to head 4.6
--- orig/www/account/register.php
+++ mod/www/account/register.php
@@ -138,6 +138,6 @@
<p>
<input type="submit" name="submit" value="<?php echo
$Language->getText('account_register','register'); ?>">
</form>
-<p><a href="pending-resend.php"><?php echo
$Language->getText('account_register','resend_pending'); ?></a>
+<p><a href="pending-resend.php"><?php echo
$Language->getText('account_register','resend_pending'); ?></a></p>
<?php $HTML->footer(array()); ?>
--- orig/www/account/login.php
+++ mod/www/account/login.php
@@ -118,7 +118,7 @@
</form>
<p><a href="lostpw.php"><?php echo $Language->getText('account_login',
'lostpw'); ?></a></p>
<p><a href="register.php"><?php echo $Language->getText('account_login',
'newaccount'); ?></a></p>
-<p><a href="pending-resend.php"><?php echo
$Language->getText('account_login','resend_pending'); ?></a>
+<p><a href="pending-resend.php"><?php echo
$Language->getText('account_login','resend_pending'); ?></a></p>
<?php
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://svr1.gforge.org/pipermail/gforge-devel/attachments/20060612/98bc194b/attachment.html
More information about the Gforge-devel
mailing list