Server Error in '/' Application.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The foreach block is missing a closing "}" character.  Make sure you have a matching "}" character for all the "{" characters within this block, and that none of the "}" characters are being interpreted as markup.


Source Error:


Line 34:                 <h4><b>重溫過往期數</b></h4>
Line 35:                 <ul class="list-inline" id="past-issue">
Line 36:                     @foreach (var item in Model)
Line 37:                     {
Line 38:                         <li id="@item.Id">

Source File: /Views/Web/Life/Details.cshtml    Line: 36


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4063.0