Ticket #16 (closed defect: fixed)

Opened 8 weeks ago

Last modified 5 weeks ago

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

css_fix.patch (0.7 kB) - added by mjar81 8 weeks ago.
Patch for the invalid CSS markup.

Change History

Changed 8 weeks ago by mjar81

Patch for the invalid CSS markup.

Changed 5 weeks ago by admin

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from 1.1.1 to 1.2.0

fixed in trunk. assigning to 1.2.0 release.

Note: See TracTickets for help on using tickets.