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.

CommentFileSizeAuthor
views_theme_endforeach.diff376 bytesemok

Comments

merlinofchaos’s picture

Indeed, 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.

merlinofchaos’s picture

Status: Needs review » Fixed

Committed. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.