Skip to content

Commit

Permalink
Fix bad typo in xmlns for DocBook 5
Browse files Browse the repository at this point in the history
This typo ("mlns" instead of "xmlns") was bad as it didn't
bind the DocBook document into the DocBook 5 namespace.
As such, it is under no namespace and considered DocBook 4.
  • Loading branch information
tomschr committed Dec 2, 2024
1 parent 3049538 commit 3ced099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/MAIN.susestorage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]>
<!-- Converted by suse-upgrade version 1.1 -->
<set version="5.0" xml:lang="en"
mlns="http://docbook.org/ns/docbook"
xmlns="http://docbook.org/ns/docbook"
xmlns:its="http://www.w3.org/2005/11/its"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink">
Expand Down

0 comments on commit 3ced099

Please sign in to comment.