Details
Description
Fix attached, but the change is simple:
Change lines 97-99 to this:
String hrefURL = facesContext.getApplication().getViewHandler().getResourceURL(facesContext, start + extention + CSS_EXTENTION);
ieStyleEle.setAttribute(HTML.HREF_ATTR, hrefURL);
Change lines 97-99 to this:
String hrefURL = facesContext.getApplication().getViewHandler().getResourceURL(facesContext, start + extention + CSS_EXTENTION);
ieStyleEle.setAttribute(HTML.HREF_ATTR, hrefURL);
Issue Links
- blocks
-
ICE-1809 Support for Liferay Portal
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Neil's suggested fix applied. revision 13939