fixed missing </TR> (thanks to Daniel Hemmerich)
authorcentaurix <centaurix@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 2 Oct 2001 08:43:45 +0000 (08:43 +0000)
committercentaurix <centaurix@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 2 Oct 2001 08:43:45 +0000 (08:43 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1537 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/login.php

index 82ea8f050e47db0158389d3d7777fc1dec6086a3..f8acbebb3001d3509ab9a527a6d73410cce8677c 100644 (file)
    if ($rcptaddress != '') {
       echo "               <INPUT TYPE=HIDDEN NAME=\"rcptemail\" VALUE=\"".htmlspecialchars($rcptaddress)."\">\n";
    }
    if ($rcptaddress != '') {
       echo "               <INPUT TYPE=HIDDEN NAME=\"rcptemail\" VALUE=\"".htmlspecialchars($rcptaddress)."\">\n";
    }
+   echo "            </TR>\n";
    echo "         </TABLE>\n";
    echo "      </TD>\n";
    echo "   </TR><TR>\n";
    echo "         </TABLE>\n";
    echo "      </TD>\n";
    echo "   </TR><TR>\n";