fixed invalid XML comment

This commit is contained in:
Marc Drexel
2021-09-15 17:07:40 +02:00
parent b496dc488c
commit 423a42d25b

View File

@ -11,7 +11,7 @@ namespace Oqtane.Models
public string Name { get; set; } public string Name { get; set; }
/// <summary> /// <summary>
/// Namespace & name of the UI control to configure this database, like `Oqtane.Installer.Controls.SqlServerConfig, Oqtane.Client` /// Namespace &amp; name of the UI control to configure this database, like `Oqtane.Installer.Controls.SqlServerConfig, Oqtane.Client`
/// </summary> /// </summary>
public string ControlType { get; set; } public string ControlType { get; set; }