Christoph Berg 21 лет назад
Родитель
Сommit
dc87a37d7c
2 измененных файлов с 4 добавлено и 2 удалено
  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
      + Pisg User Manager (pum): replacement for addalias.pl (with Axel
        Beckert).
        Beckert).
      + ColorScheme 'none' will now suppress the background color in "most
      + ColorScheme 'none' will now suppress the background color in "most
-       active nicks (closes SF #1255234).
+       active nicks" (closes SF #1255234).
    * Languages:
    * Languages:
      + Dutch: small update to shout1 (thanks, Søren Jensen).
      + Dutch: small update to shout1 (thanks, Søren Jensen).
      + Dutch/Flemish: new strings added (thanks, Jeroen van Nimwegen).
      + Dutch/Flemish: new strings added (thanks, Jeroen van Nimwegen).

+ 3 - 1
modules/Pisg/HTMLGenerator.pm

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