From 6cdd2a910292c8fa1323ed8fb4e241caa0b3a75b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Wo=C5=BAniczak?= Date: Wed, 14 Oct 2015 21:31:04 +0200 Subject: Superfluous spaces removed in some tags in 'XML', where no attributes were present --- xml.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xml.html.markdown') 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. - Everyday Italian + Everyday Italian 30.00 @@ -121,7 +121,7 @@ With this tool, you can check the XML data outside the application logic. - Everyday Italian + Everyday Italian 30.00 -- cgit v1.2.3 From 28751f213493d57ce06983f91077dd2d51e06821 Mon Sep 17 00:00:00 2001 From: Nimit Shah Date: Thu, 15 Oct 2015 19:37:44 +0530 Subject: A minor typo. XML is singular so the word should be carries --- xml.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xml.html.markdown') diff --git a/xml.html.markdown b/xml.html.markdown index 547deb08..efc2340f 100644 --- a/xml.html.markdown +++ b/xml.html.markdown @@ -7,7 +7,7 @@ contributors: XML is a markup language designed to store and transport data. -Unlike HTML, XML does not specify how to display or to format data, just carry it. +Unlike HTML, XML does not specify how to display or to format data, it just carries it. * XML Syntax -- cgit v1.2.3