Orchard.Packaging: fixing typo in Views/Gallery/Themes.cshtml

This commit is contained in:
Lombiq
2014-06-24 12:23:44 +02:00
committed by Benedek Farkas
parent 1936743ca0
commit a884048709

View File

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