Skip to content

Commit

Permalink
Removed unnecessary align
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Sep 22, 2005
1 parent 7430940 commit 65e085c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slash/Utility/Anchor/Anchor.pm
Expand Up @@ -668,7 +668,7 @@ EOT
# box. -- Pater
getSkinColors() unless $user->{colors};

return sidebox('Advertisement', qq'<div class="ad$num" align="center">' . $user->{state}{ad}{$num} . "</div>", "advertisement", 1);
return sidebox('Advertisement', qq'<div class="ad$num">' . $user->{state}{ad}{$num} . "</div>", "advertisement", 1);
} else { return ''; }
} else {
return $user->{state}{ad}{$num} ? qq'<div class="ad$num">$user->{state}{ad}{$num}</div>': '';
Expand Down

0 comments on commit 65e085c

Please sign in to comment.