kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2011-09-28 01:26 am

[dw-free] convert directory frontend to TT

[commit: http://hg.dwscoalition.org/dw-free/rev/1a9e72748119]

http://bugs.dwscoalition.org/show_bug.cgi?id=3961

Remove trailing whitespace from cgi-bin/DW/Logic/ProfilePage.pm

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/DW/Logic/ProfilePage.pm
--------------------------------------------------------------------------------
diff -r 24b9ef4fd714 -r 1a9e72748119 cgi-bin/DW/Logic/ProfilePage.pm
--- a/cgi-bin/DW/Logic/ProfilePage.pm	Mon Sep 26 18:24:37 2011 +0800
+++ b/cgi-bin/DW/Logic/ProfilePage.pm	Tue Sep 27 20:25:57 2011 -0500
@@ -56,7 +56,7 @@
 
     my $u = $self->{u};
     my $remote = $self->{remote};
-    
+
     my $user_link_bar = $u->user_link_bar( $remote, class_prefix => "profile" );
     my @ret = $user_link_bar->get_links( "manage_membership", "trust", "watch", "post", "track", "message", "search", "buyaccount" );
 }
@@ -103,7 +103,7 @@
             $ret->{width} = 100;
             $ret->{height} = 100;
         }
-    
+
         # now determine what caption text to show
         if ( $remote && $remote->can_manage( $u ) ) {
             if ( $u->get_userpic_count ) {
@@ -134,7 +134,7 @@
                             ' alt="' . $ret->{alt_text} .
                             '" />';
     }
-   
+
 
     #  Set the wrapper materials to surrounded the  userpic image
     my ( $apre, $apost ) = ( '', '' );
@@ -240,7 +240,7 @@
         aopts => 'href="' . $u->journal_base . '"',
     } )
         unless $u->is_identity;
-    
+
     return @ret;
 }
 
@@ -259,7 +259,7 @@
         aopts => 'href="' . $u->journal_base . '/tag/"',
     } )
         unless $u->is_identity || $u->is_syndicated;
-    
+
     return @ret;
 }
 
@@ -278,7 +278,7 @@
         aopts => "href='$LJ::SITEROOT/tools/memories?user=" . $u->user . "'",
     } )
         unless $u->is_syndicated;
-    
+
     return @ret;
 }
 
@@ -297,7 +297,7 @@
         aopts => "href='" . $u->allpics_base . "'",
     } )
         unless $u->is_syndicated;
-    
+
     return @ret;
 }
 
--------------------------------------------------------------------------------