Issue Details (XML | Word | Printable)

Key: WW-1322
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Rainer Hermanns
Reporter: Patrick Lightbody
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
WebWork

ww:head tag includes parameters in URLs to stylesheets

Created: 13/Jul/06 10:03 AM   Updated: 06/Feb/07 01:36 PM
Component/s: None
Affects Version/s: 2.2.3
Fix Version/s: 2.2.3


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Rainer Hermanns added a comment - 13/Jul/06 04:35 PM
I changed head.ftl to this (added encode='false'):
<#if parameters.calendarcss?exists>
<link rel="stylesheet" href="<@ww.url value='/webwork/jscalendar/${parameters.calendarcss?html}' encode='false' />" type="text/css"/>
</#if>

Should work now, please verify

Thanks,
Rainer

Rainer Hermanns added a comment - 13/Jul/06 05:35 PM
Fixed in CVS, please recheck.

tm_jee added a comment - 13/Jul/06 09:08 PM
maybe we should add includeParams='none' as well.

Rainer Hermanns added a comment - 14/Jul/06 01:43 AM
Already done... Thanks Toby for the hint :)