mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Superfluous spaces removed in some tags in 'XML', where no attributes were present
This commit is contained in:
parent
96bb814889
commit
6cdd2a9102
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user