[dev] Login page fixup

John Morrissey jwm at horde.net
Sat Jun 7 14:48:24 PDT 2003


Oops, I left a trailing </td> in the last patch. See attached.

john
-- 
John Morrissey          _o            /\         ----  __o
jwm at horde.net        _-< \_          /  \       ----  <  \,
www.horde.net/    __(_)/_(_)________/    \_______(_) /_(_)__
-------------- next part --------------
Index: login.inc
===================================================================
RCS file: /repository/imp/templates/login/login.inc,v
retrieving revision 2.127
diff -u -u -r2.127 login.inc
--- login.inc	6 Jun 2003 17:09:00 -0000	2.127
+++ login.inc	7 Jun 2003 21:47:57 -0000
@@ -153,7 +153,7 @@
 <tr>
     <td align="right" class="light"><b><?php echo _("Username") ?></b></td>
     <td align="left" class="light">
-      <input type="text" tabindex="1" name="imapuser" value="<?php echo htmlspecialchars(Horde::getFormData('imapuser', getenv('REMOTE_USER'))) ?>" /></td>
+      <input type="text" tabindex="1" name="imapuser" value="<?php echo htmlspecialchars(Horde::getFormData('imapuser', getenv('REMOTE_USER'))) ?>" />
     <?php
         if (!empty($conf['hooks']['vinfo'])) {
             @include_once HORDE_BASE . '/config/hooks.php';


More information about the dev mailing list