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.Id = "comment" + comment.Id;
|
||||
Model.Id = "comment-" + comment.Id;
|
||||
var tag = Tag(Model, "article");
|
||||
}
|
||||
@tag.StartElement
|
||||
|
Loading…
Reference in New Issue
Block a user