Closed (fixed)
Project:
AdaptiveTheme
Version:
6.x-2.2
Component:
CSS/HTML
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2011 at 23:09 UTC
Updated:
7 May 2012 at 17:48 UTC
On line 36 of views-view-table.tpl.php there is a missing double-quote after 'class=' which can cause severe headaches when trying to style table delimiters (or children of) with CSS. I'm not sure the proper procedure for submitting this so here it is. If someone wants to tell me the proper procedure I'll be happy to follow it next time.
Incorrect:
Correct:
Other than that I'm loving the theme! Just switched from Genesis, which is another great one.
Comments
Comment #1
nickbn commentedOops... forgot code brackets
Incorrect:
Correct:
Comment #2
blackey5000 commentedBumping this issue thread and changing it's status to "needs review". OP gave the solution, so I just wanted to make sure it was going to get committed to the next release.
Thanks
Comment #3
Jeff Burnz commentedI'll check if this is in 6.x-3.x, I think it is, but its been a while since I worked on the 6x versions.
Comment #4
oriol_e9gI can confirm that this error is present in 6.x-2.2 and 6.x-2.x-dev but it's not present in 6.x-3.0-rc2 because the views template overrides has been removed in 6.x-3.0-rc1.
Comment #5
Jeff Burnz commentedWhat I will do is backport the fixes (remove the views template override or fix the actual issue) to 6.x-2.x, I am going to kill off the 6.x-3.x branch and make one more maintenance release for Drupal 6.
Comment #6
Jeff Burnz commentedScrub that, I am actively improving the 3x for a new release, so this still needs to be fixed in 2.x.
Comment #7
Jeff Burnz commentedoriol_e9g - you reported this was still in dev, well, I just pulled dev from GIT and its been fixed, ages ago in DEV, I can see from the commits.
Not sure what you were looking at. Getting ready for a new release of 6.x-2.x.
Comment #8
Jeff Burnz commentedComment #9
Jeff Burnz commentedThis is strait out of GIT for 2.x dev: