Merge pull request #5435 from yw80/1.9.x

Remove a excess @ in TaxonomyField.cshtml
This commit is contained in:
Nicholas Mayne
2015-06-26 09:07:23 +01:00

View File

@@ -1,7 +1,7 @@
@using Orchard.Utility.Extensions;
@{
var terms = (IEnumerable<Orchard.Taxonomies.Models.TermPart>)Model.Terms;
string name = @Model.ContentField.DisplayName;
string name = Model.ContentField.DisplayName;
}
@if (Model.Terms.Count > 0) {
<p class="taxonomy-field">