History
|
Log In
H
OME
B
ROWSE PROJECT
F
IND ISSUES
Q
UICK SEARCH:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
WW-1322
Type:
Bug
Status:
Resolved
Resolution:
Fixed
Priority:
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:
[
Permlink
|
« Hide
]
Rainer Hermanns
- [
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
[
Show »
]
Rainer Hermanns
- [
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
[
Permlink
|
« Hide
]
Rainer Hermanns
- [
13/Jul/06 05:35 PM
]
Fixed in CVS, please recheck.
[
Show »
]
Rainer Hermanns
- [
13/Jul/06 05:35 PM
] Fixed in CVS, please recheck.
[
Permlink
|
« Hide
]
tm_jee
- [
13/Jul/06 09:08 PM
]
maybe we should add includeParams='none' as well.
[
Show »
]
tm_jee
- [
13/Jul/06 09:08 PM
] maybe we should add includeParams='none' as well.
[
Permlink
|
« Hide
]
Rainer Hermanns
- [
14/Jul/06 01:43 AM
]
Already done... Thanks Toby for the hint :)
[
Show »
]
Rainer Hermanns
- [
14/Jul/06 01:43 AM
] Already done... Thanks Toby for the hint :)
<#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