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: 27-Nov-2005 00:38:20 Branch: HEAD Handle: 2005112623382000 Modified files: openpkg-registry registry-ui.pl Log: allow attributes in head tag Summary: Revision Changes Path 1.32 +1 -1 openpkg-registry/registry-ui.pl ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-registry/registry-ui.pl ============================================================================ $ cvs diff -u -r1.31 -r1.32 registry-ui.pl --- openpkg-registry/registry-ui.pl 26 Nov 2005 23:35:36 -0000 1.31 +++ openpkg-registry/registry-ui.pl 26 Nov 2005 23:38:20 -0000 1.32 @@ -1629,7 +1629,7 @@ $http =~ s|<html>.*$||s; $head = $page; - $head =~ s|^.*<head>||s; + $head =~ s|^.*<head[^>]*>||s; $head =~ s|</head>.*||s; $body = $page; @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org