summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2015-10-14 22:11:56 +0200
committerven <vendethiel@hotmail.fr>2015-10-14 22:11:56 +0200
commit2315d0587d112436c3eea0387ea475721a45a904 (patch)
tree0d72e81c6b964a24f569f636c9beead11f0ae188
parent8ec133b29595b8dac963eafa63ab0c479e37a3c1 (diff)
parent6cdd2a910292c8fa1323ed8fb4e241caa0b3a75b (diff)
Merge pull request #1521 from mwozniczak/xml-fix
[xml/en] Superfluous spaces removed in some tags in 'XML'
-rw-r--r--xml.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/xml.html.markdown b/xml.html.markdown
index 4d33e614..547deb08 100644
--- a/xml.html.markdown
+++ b/xml.html.markdown
@@ -83,7 +83,7 @@ With this tool, you can check the XML data outside the application logic.
<!DOCTYPE note SYSTEM "Bookstore.dtd">
<bookstore>
<book category="COOKING">
- <title >Everyday Italian</title>
+ <title>Everyday Italian</title>
<price>30.00</price>
</book>
</bookstore>
@@ -121,7 +121,7 @@ With this tool, you can check the XML data outside the application logic.
<bookstore>
<book category="COOKING">
- <title >Everyday Italian</title>
+ <title>Everyday Italian</title>
<price>30.00</price>
</book>
</bookstore>