WIP installer refactor, AddStyleSheetToTemplate task update

[TFS Changeset #76989]
This commit is contained in:
starfighter83
2010-09-08 13:12:49 +00:00
parent ab54ccc918
commit 63edf72bc3

View File

@@ -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));
}
}
}