From 65e085cc317c32051141812b6c02a072e39cea6f Mon Sep 17 00:00:00 2001 From: Tim Vroom Date: Thu, 22 Sep 2005 05:15:14 +0000 Subject: [PATCH] Removed unnecessary align --- Slash/Utility/Anchor/Anchor.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slash/Utility/Anchor/Anchor.pm b/Slash/Utility/Anchor/Anchor.pm index 3d46fc89d..5f1a51f82 100755 --- a/Slash/Utility/Anchor/Anchor.pm +++ b/Slash/Utility/Anchor/Anchor.pm @@ -668,7 +668,7 @@ EOT # box. -- Pater getSkinColors() unless $user->{colors}; - return sidebox('Advertisement', qq'
' . $user->{state}{ad}{$num} . "
", "advertisement", 1); + return sidebox('Advertisement', qq'
' . $user->{state}{ad}{$num} . "
", "advertisement", 1); } else { return ''; } } else { return $user->{state}{ad}{$num} ? qq'
$user->{state}{ad}{$num}
': '';