Explorar o código

extra quote removed

pdontthink %!s(int64=21) %!d(string=hai) anos
pai
achega
c9b05acf35
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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";
 }
 
-?>
+?>