Skip to content

Commit

Permalink
SAK-31347 - Regression from SAK-30440 in toolHeaderProperties (sakaip…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm authored and bjones86 committed Jun 10, 2016
1 parent 0642f35 commit 919c8a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1367,8 +1367,8 @@ public Properties toolHeaderProperties(HttpServletRequest req, String skin, Plac
retval.setProperty("sakai.html.head", head);
retval.setProperty("sakai.html.head.css", headCss);
retval.setProperty("sakai.html.head.lang", rloader.getLocale().getLanguage());
req.setAttribute("sakai.html.head.css.base", CSSUtils.getCssToolBaseLink(skin,ToolUtils.isInlineRequest(req)));
req.setAttribute("sakai.html.head.css.skin", CSSUtils.getCssToolSkinLink(skin));
retval.setProperty("sakai.html.head.css.base", CSSUtils.getCssToolBaseLink(skin,ToolUtils.isInlineRequest(req)));
retval.setProperty("sakai.html.head.css.skin", CSSUtils.getCssToolSkinLink(skin));
retval.setProperty("sakai.html.head.js", headJs.toString());

return retval;
Expand Down

0 comments on commit 919c8a3

Please sign in to comment.