File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ To use WebForms Core, first copy the WebForms class file in this directory to yo
1313#include " WebForms.h"
1414
1515int main () {
16- // If is post method by submit form
16+ // If is post method by submit form
1717 if (responseForm.hasKey("btn_SetBodyValue")) {
1818 char name[ 20] = responseForm.getValue("txt_Name");
1919 char backgroundColor[ 20] = responseForm.getValue("txt_BackgroundColor");
@@ -33,14 +33,14 @@ int main() {
3333 printf ("%s\n", WebForms_Response(&webForms));
3434
3535 WebForms_Clean (&webForms);
36-
36+
3737 return 0;
3838 }
39-
39+
4040 // If is get method
4141 printf ("%s\n", backEndRender("view"));
4242
43- return 0;
43+ return 0;
4444}
4545
4646##End
@@ -78,4 +78,4 @@ As you can see, the WebFormsJS script has been added in the header section of th
7878
7979The latest version of the WebFormsJS script is available through the link below.
8080
81- https://github.com/elanatframework/Web_forms/blob/elanat_framework/web-forms.js
81+ https://github.com/elanatframework/Web_forms/blob/elanat_framework/web-forms.js
You can’t perform that action at this time.
0 commit comments