Renaming css selector for comment id

This commit is contained in:
Sébastien Ros 2015-11-19 12:36:38 -08:00
parent d64bb02783
commit 0e627f8810

View File

@ -16,7 +16,7 @@
Model.Classes.Add("comment");
Model.Id = "comment" + comment.Id;
Model.Id = "comment-" + comment.Id;
var tag = Tag(Model, "article");
}
@tag.StartElement
@ -33,4 +33,4 @@
@Display.CommentText(ContentPart: Model.ContentPart, ContentItem: Model.ContentItem)
@Display(children)
@tag.EndElement
@tag.EndElement