[Jifty-commit] r3824 - in jifty/trunk: lib/Jifty/Plugin/Chart/Renderer

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Aug 8 01:12:55 EDT 2007


Author: trs
Date: Wed Aug  8 01:12:55 2007
New Revision: 3824

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/XMLSWF.pm

Log:
 r26001 at zot:  tom | 2007-08-08 01:12:44 -0400
 Don't specify an align attribute


Modified: jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/XMLSWF.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/XMLSWF.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Chart/Renderer/XMLSWF.pm	Wed Aug  8 01:12:55 2007
@@ -48,7 +48,6 @@
     my $self = shift;
     my %args = (
         bgcolor => '#ffffff',
-        align   => 'left',
         wmode   => 'transparent',
         @_
     );
@@ -94,7 +93,6 @@
             width           => $args{width},
             height          => $args{height},
             name            => $session_id,
-            align           => $args{align},
             wmode           => $args{wmode},
             type            => 'application/x-shockwave-flash',
             swLiveConnect   => 'true',
@@ -107,7 +105,6 @@
             height      => $args{height},
             id          => $session_id,
             class       => join( ' ', @{$args{class}} ),
-            align       => $args{align},
         },
         params  => {
             movie   => $src,


More information about the Jifty-commit mailing list