Line 43 of the file views-view-fields.tpl.php reads

print '<' . $field->inline-html . ' class="views-field-' . $field->class . '">';

and it should be

print '<' . $field->inline_html . ' class="views-field-' . $field->class . '">';

Thanks for the handy and useful module.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

zhangtaihao’s picture

Status: Active » Closed (duplicate)

Thanks for using it!

The issue has already been fixed in #1153136: Field element shows up as "0". I have marked that as fixed as opposed to closed (fixed).

By the way, do you know how often d.o refreshes snapshot releases?

zhangtaihao’s picture

Never mind, I forgot to commit the change into the 6.x-1.x branch. The master branch was fixed.

yorkshire-pudding made their first commit to this issue’s fork.