Thread: [pgsql-www] Revert xhtml namespace to http
In commit 5ca3378452140283b75eec95063dd1ac439661b0 the xhtml namespace was to use https rather than http. While the URL does resolve with a 200 OK over https, the namespace is still defined in the xhtml 1 and 1.1 specs to be http. Since the current namespace setting fails markup validation, attached patch reverts back to http. cheers ./daniel -- Sent via pgsql-www mailing list (pgsql-www@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-www
Attachment
On Sun, Jan 29, 2017 at 8:23 AM, Daniel Gustafsson <daniel@yesql.se> wrote:
In commit 5ca3378452140283b75eec95063dd1ac439661b0 the xhtml namespace was to
use https rather than http. While the URL does resolve with a 200 OK over
https, the namespace is still defined in the xhtml 1 and 1.1 specs to be http.
Since the current namespace setting fails markup validation, attached patch
reverts back to http.
Applied, thanks.
> On 29 Jan 2017, at 13:33, Magnus Hagander <magnus@hagander.net> wrote: > > On Sun, Jan 29, 2017 at 8:23 AM, Daniel Gustafsson <daniel@yesql.se <mailto:daniel@yesql.se>> wrote: > In commit 5ca3378452140283b75eec95063dd1ac439661b0 the xhtml namespace was to > use https rather than http. While the URL does resolve with a 200 OK over > https, the namespace is still defined in the xhtml 1 and 1.1 specs to be http. > Since the current namespace setting fails markup validation, attached patch > reverts back to http. > > Applied, thanks. Attached is the follow-up patch to apply the same fix, combined with a DOCTYPE fix, to pgarchives. cheers ./daniel -- Sent via pgsql-www mailing list (pgsql-www@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-www
Attachment
On Tue, Feb 21, 2017 at 8:24 AM, Daniel Gustafsson <daniel@yesql.se> wrote:
> On 29 Jan 2017, at 13:33, Magnus Hagander <magnus@hagander.net> wrote:
>
> On Sun, Jan 29, 2017 at 8:23 AM, Daniel Gustafsson <daniel@yesql.se <mailto:daniel@yesql.se>> wrote:
> In commit 5ca3378452140283b75eec95063dd1ac439661b0 the xhtml namespace was to
> use https rather than http. While the URL does resolve with a 200 OK over
> https, the namespace is still defined in the xhtml 1 and 1.1 specs to be http.
> Since the current namespace setting fails markup validation, attached patch
> reverts back to http.
>
> Applied, thanks.
Attached is the follow-up patch to apply the same fix, combined with a DOCTYPE
fix, to pgarchives.
Applied as well. Thanks.