diff options
author | ven <vendethiel@hotmail.fr> | 2015-10-14 22:11:56 +0200 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2015-10-14 22:11:56 +0200 |
commit | 2315d0587d112436c3eea0387ea475721a45a904 (patch) | |
tree | 0d72e81c6b964a24f569f636c9beead11f0ae188 /xml.html.markdown | |
parent | 8ec133b29595b8dac963eafa63ab0c479e37a3c1 (diff) | |
parent | 6cdd2a910292c8fa1323ed8fb4e241caa0b3a75b (diff) |
Merge pull request #1521 from mwozniczak/xml-fix
[xml/en] Superfluous spaces removed in some tags in 'XML'
Diffstat (limited to 'xml.html.markdown')
-rw-r--r-- | xml.html.markdown | 4 |
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> |