> -----Original Message----- > From: rea-git@xxxxxxxxxxx [mailto:rea-git@xxxxxxxxxxx] > Sent: Thursday, March 01, 2007 10:01 PM > To: Raimund Bauer > Cc: Li Yang-r58472; git@xxxxxxxxxxxxxxx > Subject: Re: gitweb not friendly to firefox? > > > > Line Number 43, Column 38:<tr><td>author</td><td>Li Yang > > <LeoLi@xxxxxxxxxxxxx></td></tr> -------------------------------------^ > > > > Try to save the output and verify it with some other xml-parser. The > > "<LeoLi@xxxxxxxxxxxxx>" seems to be the culprit here, since "@" is no > > allowed character for a xml-tag, and there maybe is some html-escaping of > > the email address missing? > > I think that the situation is simpler: <LeoLi@....> is taken as the > XML/HTML tag and it > - does not closed anywhere, > - has the wrong syntax, since "@" and "." can not live inside the > tag name if memory serves me right. > > The proper thing is to replace "<" with "<" and ">" with ">". Yes, you are right. But why gitweb didn't do that for me? I observed that some early version of gitweb doesn't have this problem. Is it possible that some new change caused this? - Leo - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html