CGit pages validation



hi,

I hope this is not OT, but I did not find a contact for CGit on
http://live.gnome.org/Git, so I assumed this is the correct list to use.

I just wanted to write a simple script to fetch the latest changes on
src.gnome.org, a bit like svn-commits-list, and I could not parse the page
easily because it does not parse as XHTML transitional.

The fix is simple, just replace the <br/> tag at the end:

<a href="http://foundation.gnome.org/";>The GNOME Foundation</a>
<br/>

by a paragraph end: </p>, as one is opened but never closed and that's all!

thanks,

--Stef


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]