mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#5348: Splitting ItemDisplayText in two (fixing the fix)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Orchard.Mvc.Html {
|
||||
public static class ContentItemExtensions {
|
||||
|
||||
public static MvcHtmlString ItemDisplayText(this HtmlHelper html, IContent content) {
|
||||
return ItemDisplayText(content, true);
|
||||
return ItemDisplayText(html, content, true);
|
||||
}
|
||||
|
||||
public static MvcHtmlString ItemDisplayText(this HtmlHelper html, IContent content, bool encode) {
|
||||
|
Reference in New Issue
Block a user