From 001f6ce4683ee51b94b0b0709a969e7eeddca28e Mon Sep 17 00:00:00 2001 From: Seth Warburton Date: Thu, 20 Feb 2014 18:26:05 +0000 Subject: [PATCH 1/2] [fix] switches statement to prevent github hiding it. --- manual/en-US/coding-standards/chapters/html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/en-US/coding-standards/chapters/html.md b/manual/en-US/coding-standards/chapters/html.md index ea7d6c65..5caa088f 100644 --- a/manual/en-US/coding-standards/chapters/html.md +++ b/manual/en-US/coding-standards/chapters/html.md @@ -12,9 +12,9 @@ This prevents mixed content issues and results in minor file size savings. ```html - + - + ``` ### Type attributes From 8588e3a6826cd0ea7bc5fb0b7b027af9c5efbecb Mon Sep 17 00:00:00 2001 From: Seth Warburton Date: Thu, 20 Feb 2014 18:30:37 +0000 Subject: [PATCH 2/2] [imp] spaces example --- manual/en-US/coding-standards/chapters/html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manual/en-US/coding-standards/chapters/html.md b/manual/en-US/coding-standards/chapters/html.md index 5caa088f..c0e0138a 100644 --- a/manual/en-US/coding-standards/chapters/html.md +++ b/manual/en-US/coding-standards/chapters/html.md @@ -13,6 +13,7 @@ This prevents mixed content issues and results in minor file size savings. ```html + ``` @@ -33,6 +34,7 @@ All html should be lowercase; element names, attributes, attribute values (unles ```html Joomla + Home ```