Ver código fonte

Add missing nowrap

Morten Brix Pedersen 24 anos atrás
pai
commit
2aca9c011f
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      modules/Pisg/HTMLGenerator.pm

+ 2 - 2
modules/Pisg/HTMLGenerator.pm

@@ -217,7 +217,7 @@ sub _htmlfooter
     $hash{pisg_url} = "<a href=\"http://pisg.sourceforge.net/\" title=\"$pisg_hp\" class=\"background\">pisg</a>";
 
     my $author_hp = $self->_template_text('authorhomepage');
-    $hash{author_url} = "<a href=\"http://www.wtf.dk/hp/\" title=\"$author_hp\" class=\"background\">Morten Brix Pedersen</a>";
+    $hash{author_url} = "<a href=\"http://wtf.dk/hp/\" title=\"$author_hp\" class=\"background\">Morten Brix Pedersen</a>";
 
     $hash{version} = $self->{cfg}->{version};
     
@@ -454,7 +454,7 @@ sub _activenicks
         "<td style=\"background-color: $color\">$lastseen</td>"
         : "")
         . ($self->{cfg}->{showrandquote} ?
-        "<td style=\"background-color: $color\">\"$randomline\"</td>"
+        "<td style=\"background-color: $color\" nowrap=\"nowrap\">\"$randomline\"</td>"
         : "")
         );