Ticket #1207 (closed defect: fixed)

Opened 4 years ago

Last modified 2 years ago

feed_img not XHTML compliant

Reported by: anonymousbugger Assigned to: mdawaffe
Priority: normal Milestone: 2.1
Component: Template Version: 1.5
Severity: minor Keywords: string-change has-patch commit
Cc:

Description

When using list_cats() and using the feed_img parameter, it does not put in an "alt" attribute to the img element.

Attachments

1207.diff (1.3 kB) - added by mdawaffe on 08/31/06 19:35:03.
alt
1207b.diff (2.4 kB) - added by mdawaffe on 12/01/06 18:23:28.
alt, logic cleanup, formatting

Change History

04/03/05 19:01:48 changed by anonymousbugger

  • Patch set to No.

08/31/06 19:35:03 changed by mdawaffe

  • attachment 1207.diff added.

alt

08/31/06 19:36:26 changed by mdawaffe

  • keywords set to string-change has-patch commit.
  • owner changed from anonymous to mdawaffe.
  • status changed from new to assigned.
  • milestone set to 2.1.

1207.diff

  1. Make sure alt attribute is set in Walker_Category.

12/01/06 12:08:49 changed by ryan

Stale patch. Needs refresh.

12/01/06 18:23:28 changed by mdawaffe

  • attachment 1207b.diff added.

alt, logic cleanup, formatting

12/01/06 18:23:53 changed by mdawaffe

Refreshed.

12/01/06 18:28:44 changed by ryan

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [4579]) Fix category feed_img markup. Props mdawaffe. fixes #1207