#16950: Validating chars used for tags

Work Item: 16950

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-11-29 10:21:23 -08:00
parent 7d2ac4b560
commit 3d0fcab261
7 changed files with 206 additions and 4 deletions

View File

@@ -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