mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-07-15 20:22:37 +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.Classes.Add("comment");
|
||||||
|
|
||||||
Model.Id = "comment" + comment.Id;
|
Model.Id = "comment-" + comment.Id;
|
||||||
var tag = Tag(Model, "article");
|
var tag = Tag(Model, "article");
|
||||||
}
|
}
|
||||||
@tag.StartElement
|
@tag.StartElement
|
||||||
@ -33,4 +33,4 @@
|
|||||||
@Display.CommentText(ContentPart: Model.ContentPart, ContentItem: Model.ContentItem)
|
@Display.CommentText(ContentPart: Model.ContentPart, ContentItem: Model.ContentItem)
|
||||||
|
|
||||||
@Display(children)
|
@Display(children)
|
||||||
@tag.EndElement
|
@tag.EndElement
|
||||||
|
Loading…
Reference in New Issue
Block a user