Skip to content

Commit 41a7eaa

Browse files
committed
#221 Escape summary comments.
1 parent 755c6bc commit 41a7eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EntityFramework.Reverse.POCO.Generator/Database NorthwindSqlCe40.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
{
272272
WriteLine(string.Empty);
273273
WriteLine(" ///<summary>");
274-
WriteLine(" /// {0}", c.SummaryComments);
274+
WriteLine(" /// {0}", System.Security.SecurityElement.Escape(c.SummaryComments));
275275
WriteLine(" ///</summary>");
276276
commentWritten = true;
277277
}

0 commit comments

Comments
 (0)