fixed html problem and spelling error
authornehresma <nehresma@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 2 Jul 2000 03:33:27 +0000 (03:33 +0000)
committernehresma <nehresma@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 2 Jul 2000 03:33:27 +0000 (03:33 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@580 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/addressbook.php
src/addressbook_csvimport.php

index 13d10424466a77822d6b38f59d269a980dc6d3f7..c98549bfc26368def2189d93239cedbef1155927 100644 (file)
 <INPUT TYPE="hidden" NAME="max_file_size" value="5000">
 Import CSV File: <INPUT NAME="smusercsv" TYPE="file">
 <INPUT TYPE="submit" VALUE="Import CSV File">
-</FORM
+</FORM>
 
 </BODY></HTML>
index e065ca10f1bee74a39f36677d72b9ddfdaca063a..f9feb71cbe90f625ba847548bf4edadc89ee9d98 100644 (file)
        echo "       </TD>\n";
        echo "   </TR>\n";
        echo "   <TR>\n";
-       echo "       <TD>", _("View full set of imported records in thier new format."), "&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp\n";
+       echo "       <TD>", _("View full set of imported records in their new format."), "&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp\n";
        echo "           <INPUT TYPE=\"submit\" NAME=\"all\" VALUE=\"Show all Records\">\n";
        echo "           <INPUT TYPE=\"hidden\" NAME=\"submit\" VALUE=\"Submit\">";     
        echo "       </TD>";