-
+
inserire calendar planner
+ @*
*@
diff --git a/MP.SPEC/Program.cs b/MP.SPEC/Program.cs
index 4209457e..997d8354 100644
--- a/MP.SPEC/Program.cs
+++ b/MP.SPEC/Program.cs
@@ -226,8 +226,11 @@ if (!string.IsNullOrEmpty(BasePathOdlReturn))
// https://harrybellamy.com/posts/getting-mime-types-from-file-extensions-in-net-core/
foreach (var item in mimeDict)
{
- // Add new mappings
- provider.Mappings[item.Key] = item.Value;
+ if (!string.IsNullOrEmpty(item.Value))
+ {
+ // Add new mappings
+ provider.Mappings[item.Key] = item.Value;
+ }
}
}
diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html
index 64ea7d73..a6dbd98e 100644
--- a/MP.SPEC/Resources/ChangeLog.html
+++ b/MP.SPEC/Resources/ChangeLog.html
@@ -1,6 +1,6 @@