Author: kien_nguyen
Date: 2011-03-02 03:02:59 -0500 (Wed, 02 Mar 2011)
New Revision: 5954
Modified:
portal/branches/branch-GTNPORTAL-1822/component/web/resources/src/main/java/org/exoplatform/portal/resource/SkinService.java
Log:
GTNPORTAL-1825 The method getCSS of SkinService does not work properly
Modified:
portal/branches/branch-GTNPORTAL-1822/component/web/resources/src/main/java/org/exoplatform/portal/resource/SkinService.java
===================================================================
---
portal/branches/branch-GTNPORTAL-1822/component/web/resources/src/main/java/org/exoplatform/portal/resource/SkinService.java 2011-03-01
15:06:47 UTC (rev 5953)
+++
portal/branches/branch-GTNPORTAL-1822/component/web/resources/src/main/java/org/exoplatform/portal/resource/SkinService.java 2011-03-02
08:02:59 UTC (rev 5954)
@@ -418,7 +418,7 @@
{
}
}, cssPath);
- return output.toString();
+ return output.getString();
}
catch (IOException e)
{
Show replies by date