mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
Integrated Person View
This commit is contained in:
@@ -177,7 +177,7 @@ public class IndexController : Controller {
|
||||
parsedSubComments.Add(HTMLHelpers.CommentHelpers.CreateHTML(lib, _readerService, subcomm.Value, "neuzeit", Settings.ParsingState.CommentType.Subcomment, true));
|
||||
}
|
||||
}
|
||||
return new CommentModel(parsedComment, parsedSubComments);
|
||||
return new CommentModel(parsedComment, parsedSubComments, comment);
|
||||
}
|
||||
|
||||
private IActionResult _error404() {
|
||||
|
||||
Reference in New Issue
Block a user