format license terms
This commit is contained in:
parent
04673a4804
commit
5a5535ea98
|
@ -73,7 +73,7 @@
|
|||
<p style="height: 200px; overflow-y: scroll;">
|
||||
@if (!string.IsNullOrEmpty(_license))
|
||||
{
|
||||
@_license
|
||||
@((MarkupString)_license)
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -174,7 +174,7 @@
|
|||
if (package != null)
|
||||
{
|
||||
_productname = package.Name;
|
||||
_license = package.License;
|
||||
_license = package.License.Replace("\n", "<br />");
|
||||
_packageid = package.PackageId;
|
||||
_version = package.Version;
|
||||
}
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
<p style="height: 200px; overflow-y: scroll;">
|
||||
@if (!string.IsNullOrEmpty(_license))
|
||||
{
|
||||
@_license
|
||||
@((MarkupString)_license)
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -175,7 +175,7 @@
|
|||
if (package != null)
|
||||
{
|
||||
_productname = package.Name;
|
||||
_license = package.License;
|
||||
_license = package.License.Replace("\n", "<br />");
|
||||
_packageid = package.PackageId;
|
||||
_version = package.Version;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user