Selaa lähdekoodia

extra quote removed

pdontthink 21 vuotta sitten
vanhempi
commit
c9b05acf35
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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";
 }
 
-?>
+?>