OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-registry                 Date:   08-Aug-2006 14:37:43
  Branch: HEAD                             Handle: 2006080813374300

  Modified files:
    openpkg-registry        registry-ui.pl

  Log:
    use end tags conforming to XHTML 1.0 Strict

  Summary:
    Revision    Changes     Path
    1.96        +8  -8      openpkg-registry/registry-ui.pl
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-registry/registry-ui.pl
  ============================================================================
  $ cvs diff -u -r1.95 -r1.96 registry-ui.pl
  --- openpkg-registry/registry-ui.pl   8 Aug 2006 10:51:43 -0000       1.95
  +++ openpkg-registry/registry-ui.pl   8 Aug 2006 12:37:43 -0000       1.96
  @@ -1339,7 +1339,7 @@
               }
           }
       }
  -    $html .= "<hr>\n" if($headerout);
  +    $html .= "<hr/>\n" if($headerout);
   
       $headerout = 0;
       foreach my $mode ("arrival", "active", "departure") {
  @@ -1392,7 +1392,7 @@
           }
       }
   
  -    $html .= "<hr>\n" if($headerout);
  +    $html .= "<hr/>\n" if($headerout);
   
       return $html;
   }
  @@ -1414,7 +1414,7 @@
       }
       else {
           $html .= sprintf("<h2>Instances related to %s</h2>", $username);
  -        $html .= "<hr>\n";
  +        $html .= "<hr/>\n";
   
           $html .= &execassociation();
           $html .= &condassociation("arrival", $username);
  @@ -1658,7 +1658,7 @@
               $html .= sprintf("<img 
src=\"?page=gif;name=icon-dot\">&nbsp<i>no&nbsp;changes</i>\n");
           }
       };
  -    $html .= "<hr>\n" if($headerout);
  +    $html .= "<hr/>\n" if($headerout);
   
       #
       #   token
  @@ -1700,7 +1700,7 @@
                   }
                   else {
                       $html .= sprintf("<br/><img 
src=\"?page=gif;name=icon-ok\">&nbsp<code><b>%s</b></code> %s\n", $token, 
$formstruct->{token}->{new}->{description});
  -                    $html .= "<hr>\n";
  +                    $html .= "<hr/>\n";
                   }
               }
           }
  @@ -1744,7 +1744,7 @@
                   }
               }
           }
  -        $html .= "<hr>\n" if($headerout);
  +        $html .= "<hr/>\n" if($headerout);
   
           $headerout = 0;
           if ($cgi->param("token/delete")) {
  @@ -1787,7 +1787,7 @@
                   }
               }
           }
  -        $html .= "<hr>\n" if($headerout);
  +        $html .= "<hr/>\n" if($headerout);
       }
   
       return $html;
  @@ -1810,7 +1810,7 @@
       }
       else {
           $html .= sprintf("<h2>Profile of %s</h2>", $username);
  -        $html .= "<hr>\n";
  +        $html .= "<hr/>\n";
   
           $html .= &execprofile();
           $html .= &condprofile($username);
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to