Ver Fonte

fix 2 typos, add Id

Christoph Berg há 21 anos atrás
pai
commit
dc87a37d7c
2 ficheiros alterados com 4 adições e 2 exclusões
  1. 1 1
      docs/Changelog
  2. 3 1
      modules/Pisg/HTMLGenerator.pm

+ 1 - 1
docs/Changelog

@@ -16,7 +16,7 @@ pisg (0.67) - ??
      + Pisg User Manager (pum): replacement for addalias.pl (with Axel
        Beckert).
      + ColorScheme 'none' will now suppress the background color in "most
-       active nicks (closes SF #1255234).
+       active nicks" (closes SF #1255234).
    * Languages:
      + Dutch: small update to shout1 (thanks, Søren Jensen).
      + Dutch/Flemish: new strings added (thanks, Jeroen van Nimwegen).

+ 3 - 1
modules/Pisg/HTMLGenerator.pm

@@ -1,5 +1,7 @@
 package Pisg::HTMLGenerator;
 
+# $Id$
+#
 # Copyright and license, as well as documentation(POD) for this module is
 # found at the end of the file.
 
@@ -559,7 +561,7 @@ sub _activenicks
             $visiblenick = $self->_format_word($nick);
         }
 
-        my $style = '';;
+        my $style = '';
         if ($self->{cfg}->{colorscheme} ne 'none') {
             $style = "style=\"background-color: ". $self->generate_colors($c) ."\"";
         }