Skip to content

Commit 8588e3a

Browse files
[imp] spaces example
1 parent 001f6ce commit 8588e3a

File tree

1 file changed

+2
-0
lines changed
  • manual/en-US/coding-standards/chapters

1 file changed

+2
-0
lines changed

manual/en-US/coding-standards/chapters/html.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This prevents mixed content issues and results in minor file size savings.
1313
```html
1414
<!-- Good -->
1515
<link rel="stylesheet" href="//joomla.org/css/main.css">
16+
1617
<!-- Bad -->
1718
<link rel="stylesheet" href="http://joomla.org/css/main.css">
1819
```
@@ -33,6 +34,7 @@ All html should be lowercase; element names, attributes, attribute values (unles
3334
```html
3435
<!-- Good -->
3536
<img src="joomla.png" alt="Joomla">
37+
3638
<!-- Bad -->
3739
<A HREF="/">Home</A>
3840
```

0 commit comments

Comments
 (0)