Skip to content

Commit 514e7b5

Browse files
committed
fix indent in example
1 parent 3a6e66d commit 514e7b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,8 @@ To emit namespaced tags without prefixes, you can also set the default xmlns at
253253

254254
;; newlines and indents added for readability, not in actual output
255255
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>
256-
<html xmlns=\"http://www.w3.org/1999/xhtml\"><head/>
256+
<html xmlns=\"http://www.w3.org/1999/xhtml\">
257+
<head/>
257258
<body>DOCUMENT</body>
258259
</html>"
259260

0 commit comments

Comments
 (0)