Skip to content

Commit ddd3556

Browse files
committed
Remove public from interface
1 parent 8fdcc18 commit ddd3556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CSSUniversalMenuAPI/Extensions/IHtmlSupportMenuExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ public interface IHtmlSupportMenuExtension
99
/// Opt in rendering as HTML. Should default to false by the implementation. <br/>
1010
/// When set to false, the implementation should escape HTML tags and entities in titles.
1111
/// </summary>
12-
public bool UseHtml { get; set; }
12+
bool UseHtml { get; set; }
1313
}

0 commit comments

Comments
 (0)