diff options
author | Michał Woźniczak <michal.wozniczak@gmail.com> | 2015-10-14 21:31:04 +0200 |
---|---|---|
committer | Michał Woźniczak <michal.wozniczak@gmail.com> | 2015-10-14 21:31:04 +0200 |
commit | 6cdd2a910292c8fa1323ed8fb4e241caa0b3a75b (patch) | |
tree | c02492b1d5eb69fe50127edf4b0a745c857c7ea2 | |
parent | 96bb81488990e3de9fbfd20cf3093a4064ec1433 (diff) |
Superfluous spaces removed in some tags in 'XML', where no attributes were present
-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> |