Duplicate of http://drupal.org/node/429446 but I know there are some issues with bumping old threads

Line 35 reads
print $first_column_width">

but is missing the % after the print function and should read

print $first_column_width%">

Comments

xeraseth’s picture

Forgot to use the code tags

<col width="<?php print $first_column_width?>"></col>

should read

<col width="<?php print $first_column_width?>%"></col>

Artusamak’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

6.x is entirely unmaintained.