summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-07-02 18:40:08 +0200
committerYorhel <git@yorhel.nl>2012-07-02 18:40:08 +0200
commit49d071da55e931b3f47e1d24f9131d360b42d476 (patch)
tree2f38b4373e0e0916ee2cdffdfbcd4613a2fd825e /lib
parent61b64af563531fd31eaf0e1ed1ff58f4f9478141 (diff)
Handler::VNPage: Fix Perl warning introduced in previous commit
Diffstat (limited to 'lib')
-rw-r--r--lib/VNDB/Handler/VNPage.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/VNPage.pm b/lib/VNDB/Handler/VNPage.pm
index 731c6fb8..71c62602 100644
--- a/lib/VNDB/Handler/VNPage.pm
+++ b/lib/VNDB/Handler/VNPage.pm
@@ -208,7 +208,7 @@ sub releases {
td class => $height{$column} > 1 ? 'multi' : $td_type,
rowspan => $height{$column},
- style => $width{$column};
+ $width{$column} ? (style => $width{$column}) : ();
_write_release_string($self, $rel, $column);
end 'td';
} continue {