Modify ↓
Opened 17 years ago
Closed 17 years ago
#7083 closed defect (fixed)
loadStyleSheet function is missing a quote
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | lowest | Milestone: | 0.11 |
Component: | rendering | Version: | devel |
Severity: | trivial | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The loadStyleSheet function that gets called for late_links is missing a quote so it actually creates a partially garbled LINK element. The href
is correct though so it goes unseen.
Also, the layout.html template references a link.title instead of link.type. Since the type is always text/css
it doesn't matter.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | trac-load-stylesheet.diff added |
---|
comment:1 by , 17 years ago
Component: | general → rendering |
---|---|
Milestone: | → 0.11 |
Owner: | changed from | to
Note:
See TracTickets
for help on using tickets.
Thanks for the patch!