Skip to content

Commit cc77e48

Browse files
author
lacatoire
committed
Put xml:id before xmlns on the manual root element
Required by the AttributeOrderSniff of php/docbook-cs.
1 parent cf5928e commit cc77e48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manual.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
]>
2828

29-
<set xmlns="http://docbook.org/ns/docbook" version="5.2" xml:id="index" xml:lang="&LANG;" xmlns:xlink="http://www.w3.org/1999/xlink">
29+
<set xml:id="index" xmlns="http://docbook.org/ns/docbook" version="5.2" xml:lang="&LANG;" xmlns:xlink="http://www.w3.org/1999/xlink">
3030
<info>
3131
<title>PHP Extension Documentation</title>
3232
<abstract>

0 commit comments

Comments
 (0)