Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.0-beta4
Component:
table style
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2008 at 14:58 UTC
Updated:
10 Jul 2008 at 06:24 UTC
In theme/views-view-table.tpl.php there is a missing semicolon, that PHPEclipse marks as a syntax error. I haven't noticed any problem on the server, but I tink it should be fixed anyway.
| Comment | File | Size | Author |
|---|---|---|---|
| views_theme_endforeach.diff | 376 bytes | emok |
Comments
Comment #1
merlinofchaos commentedIndeed, PHP doesn't enforce a ; if ?> is used to end the statement, but I consider it good form to always have the ; anyway, so this is a good catch. Thanks.
Comment #2
merlinofchaos commentedCommitted. Thanks!
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.