Skip to content

Commit

Permalink
Update FormField.cs
Browse files Browse the repository at this point in the history
Bad key pressed...
  • Loading branch information
Pascal Fluck authored Aug 15, 2017
1 parent a4fe0bc commit 4cf86ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ooxml/OpenXmlFormats/Wordprocessing/FormField.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ internal void Write(StreamWriter sw, string nodeName)
if (this.maxLengthField != null)
this.maxLengthField.Write(sw, "maxLength");

sw.Write(string.Format("</w:kp{0}>", nodeName));
sw.Write(string.Format("</w:{0}>", nodeName));
}
}

Expand Down

0 comments on commit 4cf86ff

Please sign in to comment.