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 b81d96a commit 001f6ceCopy full SHA for 001f6ce
manual/en-US/coding-standards/chapters/html.md
@@ -12,9 +12,9 @@ This prevents mixed content issues and results in minor file size savings.
12
13
```html
14
<!-- Good -->
15
-<script src="//www.google.com/js/gweb/analytics/autotrack.js"></script>
+<link rel="stylesheet" href="//joomla.org/css/main.css">
16
<!-- Bad -->
17
-<script src="http://www.google.com/js/gweb/analytics/autotrack.js"></script>
+<link rel="stylesheet" href="http://joomla.org/css/main.css">
18
```
19
20
### Type attributes
0 commit comments