Torbjorn Svensson 20 лет назад
Родитель
Сommit
8a4adba09c
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      modules/Pisg/HTMLGenerator.pm

+ 3 - 3
modules/Pisg/HTMLGenerator.pm

@@ -631,7 +631,7 @@ sub _activenicks
         } elsif ($sex and $sex eq 'f') {
             $output .= "<span class=\"female\">";
         } elsif ($sex and $sex eq 'b') {
-            $output .= "<span class=\"bot\"";
+            $output .= "<span class=\"bot\">";
         } else {
             $output .= "<span>";
         }
@@ -714,9 +714,9 @@ sub _activenicks
                 if ($sex and $sex eq 'm') {
                     $output .= "<span class=\"male\">";
                 } elsif ($sex and $sex eq 'f') {
-                    $output .= "<span class=\"female\"";
+                    $output .= "<span class=\"female\">";
                 } elsif ($sex and $sex eq 'b') {
-                    $output .= "<span class=\"bot\"";
+                    $output .= "<span class=\"bot\">";
                 } else {
                     $output .= "<span>";
                 }