| From: | hubert depesz lubaczewski <depesz(at)depesz(dot)com> |
|---|---|
| To: | pgsql-www(at)postgresql(dot)org |
| Subject: | html error on main page |
| Date: | 2007-10-02 05:50:27 |
| Message-ID: | 20071002055027.GA26805@depesz.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2007-10-02 18:54:54 | Re: html error on main page |
| Previous Message | Josh Berkus | 2007-10-01 21:09:39 | Re: Ongoing issues with the downloads page |