Explorar o código

Added missing '>' (SF #1550312).

Torbjorn Svensson %!s(int64=20) %!d(string=hai) anos
pai
achega
8a4adba09c
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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>";
                 }