mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Remove a excess @ in TaxonomyField.cshtml
I think this is just an oversight.
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user