Skip to content

Commit c223c7e

Browse files
Merge pull request #13 from OllyHodgson/master
Fixed a spelling error
2 parents 5944dc2 + 6187dea commit c223c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Components/OpenFormUtils.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public static dynamic GenerateFormData(string form, out string formData)
128128
StringBuilder formDataS = new StringBuilder();
129129
if (form != null)
130130
{
131-
formDataS.Append("<table boder=\"1\">");
131+
formDataS.Append("<table border=\"1\">");
132132
foreach (var item in JObject.Parse(form).Properties())
133133
{
134134
if (item.Name == "Files")

0 commit comments

Comments
 (0)