WORK IN PROGRESS, GET THE STABLE SOURCE FroM THE DOWNLOADS TAB

Fixes 2 issues with virtual paths in TinyMCE and the upload control

[TFS Changeset #63981]
This commit is contained in:
PerPloug
2010-02-15 11:45:44 +00:00
parent 5783e82ec7
commit 5cebc5989f
2 changed files with 5 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ namespace umbraco.editorControls.tinyMCE3 {
StyleSheet s = new StyleSheet(int.Parse(styleSheetId));
if (s.nodeObjectType == StyleSheet.ModuleObjectType)
{
cssFiles += SystemDirectories.Css + "/" + s.Text + ".css";
cssFiles += IOHelper.ResolveUrl(SystemDirectories.Css + "/" + s.Text + ".css");
foreach (StylesheetProperty p in s.Properties)
{