Re: Small fix in /developer/backend

Lists: Postg토토 베이SQL : Postg토토 베이SQL 메일 링리스트 : 2018-02-28 이후 PGSQL WWW 20:11
From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: w^3 <pgsql-www(at)postgresql(dot)org>
Subject: Small fix in /developer/backend
Date: 2018-02-28 09:30:01
Message-ID: 182db548-fa04-404f-742f-210f3c4924e4@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: Postg윈 토토SQL : Postg윈 토토SQL 메일 링리스트 : 2018-02-28 이후 PGSQL WWW

Hi all,

I noticed that a link in /developer/backend is missing the closing
double-quotes from the href attribute - here's a small patch to fix it.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie

Attachment Content-Type Size
fix-backend.html.patch text/x-patch 801 bytes

From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: rod(at)iol(dot)ie
Cc: w^3 <pgsql-www(at)postgresql(dot)org>
Subject: Re: Small fix in /developer/backend
Date: 2018-02-28 13:47:33
Message-ID: 440D41CE-98A1-4BF9-B601-1B2E073575C0@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

Hi Raymond,

> On Feb 28, 2018, at 4:30 AM, Raymond O'Donnell <rod(at)iol(dot)ie> wrote:
>
> Hi all,
>
> I noticed that a link in /developer/backend is missing the closing double-quotes from the href attribute - here's a small patch to fix it.

Unfortunately like a lot of great one-line fixes, there is a little bit more to it
than that :-)

The anchor tag itself did not appear to provide any content within it. I’ve
modified your patch to update the language and direct the user to where to find
more information. I also took the liberty of fixing up the grammar in the
previous sentence of the paragraph.

If it looks good I am happy to commit later today.

Thanks!

Jonathan

Attachment Content-Type Size
0001-Fix-URL-reference-to-the-commands-module-and-improve.patch application/octet-stream 1.4 KB

From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: rod(at)iol(dot)ie
Cc: w^3 <pgsql-www(at)postgresql(dot)org>
Subject: Re: Small fix in /developer/backend
Date: 2018-02-28 20:11:03
Message-ID: 7382A414-B1A5-4347-A8D5-4451D2075FA8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: Postg토토 베이SQL : Postg토토 베이SQL 메일 링리스트 : 2018-02-28 이후 PGSQL WWW 20:11


> On Feb 28, 2018, at 8:47 AM, Jonathan S. Katz <jkatz(at)postgresql(dot)org> wrote:
>
> Hi Raymond,
>
>> On Feb 28, 2018, at 4:30 AM, Raymond O'Donnell <rod(at)iol(dot)ie> wrote:
>>
>> Hi all,
>>
>> I noticed that a link in /developer/backend is missing the closing double-quotes from the href attribute - here's a small patch to fix it.
>
> Unfortunately like a lot of great one-line fixes, there is a little bit more to it
> than that :-)
>
> The anchor tag itself did not appear to provide any content within it. I’ve
> modified your patch to update the language and direct the user to where to find
> more information. I also took the liberty of fixing up the grammar in the
> previous sentence of the paragraph.
>
> If it looks good I am happy to commit later today.

Fix applied. Thanks again!

Jonathan