Updates test, fixes some other issues during testing
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Umbraco.Core.Packaging
|
||||
return stylesheetNodes
|
||||
.Select(n =>
|
||||
{
|
||||
var xElement = n.Element("Name");
|
||||
var xElement = n.Element("Name") ?? n.Element("name"); ;
|
||||
if (xElement == null)
|
||||
throw new FormatException("Missing \"Name\" element");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user