On Mon, 13 Sept 2021 at 14:03, Jonathan Wakely <jwakely....@gmail.com> wrote:
>
> On Mon, 13 Sept 2021 at 14:01, Jonathan Wakely <jwakely....@gmail.com> wrote:
> >
> > On Mon, 13 Sept 2021 at 13:53, Thomas Koenig via Gcc <gcc@gcc.gnu.org> 
> > wrote:
> > >
> > > Hi,
> > >
> > > I just got an error when accessing the gcc git pages at
> > > https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git , it is:
> > >
> > > This page contains the following errors:
> > > error on line 91 at column 6: XML declaration allowed only at the start
> > > of the document
> > > Below is a rendering of the page up to the first error.
> >
> > The web server seems to restart the page in the middle of the HTML,
> > the content contains:
> >
> > </tr>
> > <tr class="light">
> > Content-type: text/html
> >
> > <?xml version="1.0" encoding="utf-8"?>
> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
> > <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en-US" lang="en-US">
>
> Ah, the "second" page it's trying to display (in the middle of the
> first) is an error:
>
> <div class="page_body">
> <br /><br />
> 500 - Internal Server Error
> <br />
> <hr />
> Wide character in subroutine entry at /var/www/git/gitweb.cgi line 2208.
>
> </div>

Jan-Benedict managed to push a commit with a non-ASCII author email,
which gitweb can't handle.

f42e95a830ab48e59389065ce79a013a519646f1 says "@ług-owl.de"

Reply via email to