Przeglądaj źródła

extra quote removed

pdontthink 21 lat temu
rodzic
commit
c9b05acf35
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      functions/forms.php

+ 2 - 2
functions/forms.php

@@ -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";
 }
 
-?>
+?>