Skip to content

Commit 755c6bc

Browse files
committed
#221 Escape summary comments. Thanks to StevenBonePgh
1 parent ed86628 commit 755c6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EntityFramework.Reverse.POCO.Generator/Database.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
{
326326
WriteLine(string.Empty);
327327
WriteLine(" ///<summary>");
328-
WriteLine(" /// {0}", c.SummaryComments);
328+
WriteLine(" /// {0}", System.Security.SecurityElement.Escape(c.SummaryComments));
329329
WriteLine(" ///</summary>");
330330
commentWritten = true;
331331
}

0 commit comments

Comments
 (0)