mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
Renaming css selector for comment id
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user