diff --git a/src/Orchard.Web/Modules/Orchard.Comments/Views/Admin/Details.aspx b/src/Orchard.Web/Modules/Orchard.Comments/Views/Admin/Details.aspx index d2d609e14..a2d1c5dda 100644 --- a/src/Orchard.Web/Modules/Orchard.Comments/Views/Admin/Details.aspx +++ b/src/Orchard.Web/Modules/Orchard.Comments/Views/Admin/Details.aspx @@ -83,7 +83,7 @@ <%=Html.Encode(commentEntry.Comment.CommentText.Length > 23 ? commentEntry.Comment.CommentText.Substring(0, 24) : commentEntry.Comment.CommentText) %><%=_Encoded(" ...") %> <% } %> - <%=commentEntry.Comment.CommentDateUtc.GetValueOrDefault().ToLocalTime()) %> + <%=commentEntry.Comment.CommentDateUtc.GetValueOrDefault().ToLocalTime() %>