fix build break

This commit is contained in:
Ajay Bhargav Baaskaran 2015-03-17 17:46:29 -07:00
parent 68a125b9ce
commit db08329637
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
} }
</td> </td>
<td> <td>
if (item.Title.Length <= 25) @if (item.Title.Length <= 25)
{ {
@item.Title @item.Title
} }