render_page_head() creates a broken css link

Project:ProjectPier
Version:0.8.5.0-Beta1
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:new
Description

render_page_head() creates the following css link:

<link href="(baseurl)/public/assets/themes/(themename)/stylesheets/(baseurl)/public/assets/javascript/widgets/UserBoxMenu/widget.css" rel="Stylesheet" type="text/css" />

when something like this would probably be expected:

<link href="(baseurl)/public/assets/javascript/widgets/UserBoxMenu/widget.css" rel="Stylesheet" type="text/css" />

(where (baseurl) is your site ProjectPier base url, and (themename) name of used theme.)

#1

I cannot recreate this issue on 0.8.5.0-beta. I get the following:

<link href="http://www.phalanx.nl/projectpier-0.8.5.0-beta/public/assets/themes/default/stylesheets/project/project_log.css" rel="Stylesheet" type="text/css" />
<link href="http://www.phalanx.nl/projectpier-0.8.5.0-beta/public/assets/javascript/widgets/UserBoxMenu/widget.css" rel="Stylesheet" type="text/css" />