/[pxelator]/lib/PXElator/html.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/PXElator/html.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 385 by dpavlin, Sun Aug 30 16:36:37 2009 UTC revision 386 by dpavlin, Mon Aug 31 15:14:43 2009 UTC
# Line 110  sub conf { Line 110  sub conf {
110                                  qq|<em>$name</em> $html<br>|                                  qq|<em>$name</em> $html<br>|
111                          }                          }
112                  }                  }
113          } sort keys %$conf;          } grep { length($conf->{$_}) > 0 } sort keys %$conf;
114    
115          $format eq 'inline' ? join("\n", @opts) : @opts;          $format eq 'inline' ? join("\n", @opts) : @opts;
116  }  }

Legend:
Removed from v.385  
changed lines
  Added in v.386

  ViewVC Help
Powered by ViewVC 1.1.26