extra quote removed
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 14 Jul 2004 20:41:41 +0000 (20:41 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 14 Jul 2004 20:41:41 +0000 (20:41 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7759 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/forms.php

index 6acf361d00d2e58fce53f6e0187878c4e24616d1..3583a33fc3849405a325f80f8c75a87f46d3f651 100644 (file)
@@ -141,7 +141,7 @@ function addForm($action, $method = 'POST', $name = '', $enctype = '', $charset
     }
 
     return '<form action="'. $action .'" method="'. $method .'"'.
-        $enctype . $name . $charset . "\">\n";
+        $enctype . $name . $charset . ">\n";
 }
 
-?>
\ No newline at end of file
+?>