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: 25-Nov-2005 22:52:24 Branch: HEAD Handle: 2005112521522400 Modified files: openpkg-registry registry-ui.pl Log: heading1 is already used and style sheets force a fixed position, avoid overwriting using a different heading Summary: Revision Changes Path 1.23 +1 -1 openpkg-registry/registry-ui.pl ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-registry/registry-ui.pl ============================================================================ $ cvs diff -u -r1.22 -r1.23 registry-ui.pl --- openpkg-registry/registry-ui.pl 25 Nov 2005 21:50:35 -0000 1.22 +++ openpkg-registry/registry-ui.pl 25 Nov 2005 21:52:24 -0000 1.23 @@ -1030,7 +1030,7 @@ my $html; $html = ''; - $html .= "<h1>Sorry</h1>\n"; + $html .= "<h2>Sorry</h2>\n"; $html .= "<img src=\"?page=gif;name=icon-x\"> an internal <b>ERROR</b> occurred and prevents further processing.<br>\n"; $html .= sprintf("<h2>Problem scope</h2>\n%s<br>\n", $marketingmessage) if (defined $marketingmessage and $marketingmessage ne ""); $html .= sprintf("<h2>Technical details</h2>\n%s<br>\n", $technicaldetail) if (defined $technicaldetail and $technicaldetail ne ""); @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org