Skip to content

Commit 6789474

Browse files
committed
fix indent
1 parent 514e7b5 commit 6789474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ Same example, but using the more concise hiccup style (same output):
266266
(xml/emit-str
267267
(xml/sexp-as-element
268268
[::xh/html {:xmlns "http://www.w3.org/1999/xhtml"}
269-
[::xh/head]
270-
[::xh/body "DOCUMENT"]]))
269+
[::xh/head]
270+
[::xh/body "DOCUMENT"]]))
271271

272272
It is also allowable to use `javax.xml.namespace.QName` instances, as well as strings with the informal `{ns}n` encoding.
273273

0 commit comments

Comments
 (0)