mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Orchard.Packaging: fixing typo in Views/Gallery/Themes.cshtml
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
|
||||
<div class="properties">
|
||||
@{
|
||||
var description = item.Description ?? T("(No description").Text;
|
||||
var description = item.Description ?? T("(No description)").Text;
|
||||
}
|
||||
<p>@Html.Raw(Html.Encode(description).Replace("\n", "<br />"))</p>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user