html error on main page - Mailing list pgsql-www

From hubert depesz lubaczewski
Subject html error on main page
Date
Msg-id 20071002055027.GA26805@depesz.com
Whole thread Raw
Responses Re: html error on main page
List pgsql-www
hi,
on main page there is typo in html:
#v+
<img src="/layout/images/blt_blu_arrow.png" width="6" height="5" alt="" /><a
href="http://www.postgresql.org/docs/current/interactive/release.html"ptitle="Release Notes">Release Notes</a><br />
 
#v-

it should be:

#v+
<img src="/layout/images/blt_blu_arrow.png" width="6" height="5" alt="" /><a
href="http://www.postgresql.org/docs/current/interactive/release.html"title="Release Notes">Release Notes</a><br />
 
#v-

(ptitle => title).

depesz

-- 
quicksil1er: "postgres is excellent, but like any DB it requires a
highly paid DBA.  here's my CV!" :)
http://www.depesz.com/ - blog dla ciebie (i moje CV)


pgsql-www by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Ongoing issues with the downloads page
Next
From: Magnus Hagander
Date:
Subject: Re: html error on main page