Skip to content

Commit b81d96a

Browse files
[fix] corrects line break
1 parent d470db3 commit b81d96a

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ Do not use type attributes for style sheets (unless not using CSS) and scripts (
2424
<link rel="stylesheet" href="//joomla.org/css/main.css">
2525

2626
<!-- Bad -->
27-
<link rel="stylesheet" href="//joomla.org/css/main.css"
28-
type="text/css">
27+
<link rel="stylesheet" href="//joomla.org/css/main.css" type="text/css">
2928
```
3029

3130
### Capitalisation

0 commit comments

Comments
 (0)