Skip to content

Commit 4a9251e

Browse files
committed
Fixe to comments on template
1 parent 9f71090 commit 4a9251e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PupNet/MetaTemplates.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ private static string GetMetaInfoTemplate(bool comments = true)
153153
sb.AppendLine($"{IndentX5}<li>Added feature 1</li>");
154154
sb.AppendLine($"{IndentX5}<li>Added feature 2</li>");
155155
sb.AppendLine($"{IndentX4}</ul>");
156-
sb.AppendLine($"{IndentX3}<description>");
156+
sb.AppendLine($"{IndentX3}</description>");
157157
sb.AppendLine($"{IndentX2}</release>");
158158
sb.AppendLine($"{IndentX2}-->");
159159
}

0 commit comments

Comments
 (0)