Closed (fixed)
Project:
Semantic Views
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2013 at 13:41 UTC
Updated:
24 Oct 2014 at 21:24 UTC
Jump to comment: Most recent, Most recent file
.png)
2.png)
Comments
Comment #1
duaelfrComment #2
smptebars1 commentedJust wanted to add. for those who may have difficulty understanding which file to add the code to. It is semanticviews_plugin_style_default.inc
Thanks for the fix.
Comment #3
Anonymous (not verified) commentedworks
please commit
Comment #4
Tschet commentedThe answer is simpler than it looks. Semantic Views 7.x is using the Drupal 6 "clear-block" instead of "clearfix". This patch corrects the class names.
Comment #5
Scyther commentedWorks, but the
'clearfix'should be wrappad in aarray()like thisarray('clearfix')Comment #7
Scyther commentedFixed and commited to dev for 7.x.