Closed (fixed)
Project:
Acquia Slate
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Mar 2009 at 13:04 UTC
Updated:
24 May 2009 at 22:40 UTC
Ithought I would just check one of my sites which uses your theme to ensure it is valid. Unfortunatly it comes back with an error. The error shows that the taxonomy printing is incorrect. To fix it I have removed line 349 and changed line 352 from $output .= implode(", ", $links); to $output .= implode(" ", $links);. This then churns out valid code. I have not check what, if any affect it has any where else though.
Nick
Comments
Comment #1
jwolf commentedComment #2
jwolf commentedThanks for catching this.
fixed in new release. > 6.x-1.2