Ticket #16 (closed defect: fixed)
Invalid CSS Fix
| Reported by: | mjar81 | Owned by: | padams |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.0 |
| Component: | base module | Version: | |
| Keywords: | css patch invalid | Cc: |
Description
modules/base/templates/css.tpl has an invalid area of CSS markup. See attached patch file.
background-image: url('<?=$this->makeImageLink('comment_background.jpg');?>
should be:
background-image: url('<?=$this->makeImageLink('comment_background.jpg');?>');
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
