Remove a excess @ in TaxonomyField.cshtml

I think this is just an oversight.
This commit is contained in:
yw80
2015-06-26 14:21:07 +08:00
parent f3fc2b53ba
commit 42dae3edf3

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