mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Renaming css selector for comment id
This commit is contained in:
parent
d64bb02783
commit
0e627f8810
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user