We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d470db3 commit b81d96aCopy full SHA for b81d96a
manual/en-US/coding-standards/chapters/html.md
@@ -24,8 +24,7 @@ Do not use type attributes for style sheets (unless not using CSS) and scripts (
24
<link rel="stylesheet" href="//joomla.org/css/main.css">
25
26
<!-- Bad -->
27
-<link rel="stylesheet" href="//joomla.org/css/main.css"
28
- type="text/css">
+<link rel="stylesheet" href="//joomla.org/css/main.css" type="text/css">
29
```
30
31
### Capitalisation
0 commit comments