1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-14 18:55:00 +02:00

Superfluous spaces removed in some tags in 'XML', where no attributes were present

This commit is contained in:
Michał Woźniczak
2015-10-14 21:31:04 +02:00
parent 96bb814889
commit 6cdd2a9102

View File

@@ -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>