[DOC-CVS] [doc-en] master: Add xlink namespace to URL validation error type XML (#5481)
[email protected] (Leonardo Lara Rodrigues via GitHub) Thu, 16 Apr 2026 06:30:58 +0000
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Leonardo Lara Rodrigues (leonardolara) Committer: GitHub (web-flow) Pusher: kocsismate Date: 2026-04-16T08:30:55+02:00 Commit: https://github.com/php/doc-en/commit/8352249a84d0b91b38c741ff1c256061127dbfbb Raw diff: https://github.com/php/doc-en/commit/8352249a84d0b91b38c741ff1c256061127dbfbb.diff Add xlink namespace to URL validation error type XML (#5481) Changed paths: M reference/uri/uri.whatwg.urlvalidationerrortype.xml Diff: diff --git a/reference/uri/uri.whatwg.urlvalidationerrortype.xml b/reference/uri/uri.whatwg.urlvalidationerrortype.xml index cf6da91a943b..f2e58f029701 100644 --- a/reference/uri/uri.whatwg.urlvalidationerrortype.xml +++ b/reference/uri/uri.whatwg.urlvalidationerrortype.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<reference xml:id="enum.uri-whatwg-urlvalidationerrortype" role="enum" xmlns="http://docbook.org/ns/docbook"> +<reference xml:id="enum.uri-whatwg-urlvalidationerrortype" role="enum" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook"> <title>The Uri\WhatWg\UrlValidationErrorType enum</title> <titleabbrev>Uri\WhatWg\UrlValidationErrorType</titleabbrev>