From depesz@depesz.com Mon May 25 18:14:44 2026 Received: from localhost (unknown [200.46.204.191]) by postgresql.org (Postfix) with ESMTP id B30539F9F43 for ; Tue, 2 Oct 2007 02:50:33 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.191]) (amavisd-maia, port 10024) with ESMTP id 83601-02 for ; Tue, 2 Oct 2007 02:50:29 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from depesz.com (depesz.com [88.198.37.40]) by postgresql.org (Postfix) with ESMTP id 6F7059F9D71 for ; Tue, 2 Oct 2007 02:50:29 -0300 (ADT) Received: from depesz by depesz.com with local (Exim 4.63) (envelope-from ) id 1IcaeJ-00072R-2W for pgsql-www@postgresql.org; Tue, 02 Oct 2007 07:50:27 +0200 Date: Tue, 2 Oct 2007 07:50:27 +0200 From: hubert depesz lubaczewski To: pgsql-www@postgresql.org Subject: html error on main page Message-ID: <20071002055027.GA26805@depesz.com> Reply-To: depesz@depesz.com MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200710/9 X-Sequence-Number: 12596 hi, on main page there is typo in html: #v+ Release Notes
#v- it should be: #v+ Release Notes
#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 magnus@hagander.net Mon May 25 18:14:44 2026 Received: from localhost (unknown [200.46.204.182]) by postgresql.org (Postfix) with ESMTP id 238BB9FA46A for ; Tue, 2 Oct 2007 15:55:13 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.182]) (amavisd-maia, port 10024) with ESMTP id 13543-10 for ; Tue, 2 Oct 2007 15:55:05 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id 5782F9FA414 for ; Tue, 2 Oct 2007 15:55:08 -0300 (ADT) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id 42B1CDCC850; Tue, 2 Oct 2007 20:55:05 +0200 (CEST) Message-ID: <470293FE.4000506@hagander.net> Date: Tue, 02 Oct 2007 20:54:54 +0200 From: Magnus Hagander User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: depesz@depesz.com CC: pgsql-www@postgresql.org Subject: Re: html error on main page References: <20071002055027.GA26805@depesz.com> In-Reply-To: <20071002055027.GA26805@depesz.com> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200710/10 X-Sequence-Number: 12597 hubert depesz lubaczewski wrote: > hi, > on main page there is typo in html: > #v+ > Release Notes
> #v- > > it should be: > > #v+ > Release Notes
> #v- > > (ptitle => title). > > depesz > Thanks for reporting, patch applied. Will be on the next site build. //Magnus