- Fixing a typo...

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-03-04 15:58:22 -08:00
parent 71f302277e
commit 205f9a1381
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@
<%=Html.Encode(commentEntry.Comment.CommentText.Length > 23 ? commentEntry.Comment.CommentText.Substring(0, 24) : commentEntry.Comment.CommentText) %><%=_Encoded(" ...") %>
<% } %>
</td>
<td><%=commentEntry.Comment.CommentDateUtc.GetValueOrDefault().ToLocalTime()) %></td>
<td><%=commentEntry.Comment.CommentDateUtc.GetValueOrDefault().ToLocalTime() %></td>
<td>
<ul class="actions">
<li class="construct">

View File

@@ -67,7 +67,7 @@
<%=Html.Encode(commentEntry.Comment.CommentText.Length > 23 ? commentEntry.Comment.CommentText.Substring(0, 24) : commentEntry.Comment.CommentText) %><%=_Encoded(" ...") %>
<% } %>
</td>
<td><%=commentEntry.Comment.CommentDateUtc.GetValueOrDefault().ToLocalTime()) %></td>
<td><%=commentEntry.Comment.CommentDateUtc.GetValueOrDefault().ToLocalTime() %></td>
<td><%=Html.ActionLink(commentEntry.CommentedOn, "Details", new { id = commentEntry.Comment.CommentedOn }) %></td>
<td>
<ul class="actions">