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.