Fixed typo, HIDE_GRIDLINES instead of HIDE_GRIDLINE
[p5sagit/Excel-Template.git] / lib / Excel / Template / Container / Conditional.pm
index 0717e6c..6b492d3 100644 (file)
@@ -61,7 +61,7 @@ sub _conditional_passes
 
     my $istrue = $val && 1;
 
-    my $is = uc $context->get($self, 'IS') || 'TRUE';
+    my $is = uc($context->get($self, 'IS') || 'TRUE');
     if ($is eq 'TRUE')
     {
         return 0 unless $istrue;