WIP installer refactor, AddStyleSheetToTemplate task update
[TFS Changeset #76989]
This commit is contained in:
@@ -91,7 +91,7 @@ namespace umbraco.cms.businesslogic.skinning.tasks
|
||||
ControlClientId,
|
||||
ClientSideGetValueScript,
|
||||
ClientSidePreviewEventType,
|
||||
string.IsNullOrEmpty(Media) ? "" : string.Format("media :''{0}",Media));
|
||||
string.IsNullOrEmpty(Media) ? "" : string.Format("media :'{0}',",Media));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user