mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
#16950: Validating chars used for tags
Work Item: 16950 --HG-- branch : 1.x
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
@foreach (var report in Model.Reports) {
|
||||
<tr>
|
||||
<td>
|
||||
@Html.ActionLink(Html.Encode(report.ActivityName), "Display", new {id = report.ReportId})
|
||||
@Html.ActionLink(report.ActivityName, "Display", new {id = report.ReportId})
|
||||
</td>
|
||||
<td>
|
||||
@report.Title
|
||||
|
Reference in New Issue
Block a user