Browse Source

extra quote removed

pdontthink 21 năm trước cách đây
mục cha
commit
c9b05acf35
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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";
 }
 
-?>
+?>