Closed (won't fix)
Project:
Beep Edition
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2013 at 21:04 UTC
Updated:
6 Nov 2014 at 22:30 UTC
Jump to comment: Most recent
Comments
Comment #1
nicxvan commentedI think it was because I had an attachment and there was no css class added to the view because adding a css class made the error go away.
Relevant lines in the theme:
print $classes_array[4]; ">
print render($title_prefix);if ($title):print $title;endif;print render($title_suffix);Top line is line 30
Comment #2
jpamental commentedI'm going to try removing the included TPL files in favor of using the dev build of Semantic Views. I'd rather have a finished module to count on, but since the only reason these are here is for better semantics and slimmer markup, I don't think I'm going to keep them. That should fix this issue I would imagine.
Comment #3
jpamental commentedI'm not sure if this is an issue in 2.x, but that's the only place where I'm continuing to work on the theme.