Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 2700c1f

Browse files
tijoforyounshahan
authored andcommitted
Remove the type="text/css" from the link tag.
PiperOrigin-RevId: 259833650
1 parent 3c0c909 commit 2700c1f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

angular_components/lib/glyph/glyph.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const List<String> _flippedIcons = [
3232
/// This stylesheet should be included at the top of the page:
3333
///
3434
/// ```html
35-
/// <link rel="stylesheet" type="text/css"
35+
/// <link rel="stylesheet"
3636
/// href="https://fonts.googleapis.com/icon?family=Material+Icons">
3737
/// ```
3838
///

angular_components/lib/material_icon/material_icon.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ const List<String> _flippedIcons = [
3131
/// ```html
3232
/// <link
3333
/// rel="stylesheet"
34-
/// type="text/css"
3534
/// href="https://fonts.googleapis.com/icon?family=Material+Icons">
3635
/// ```
3736
///

0 commit comments

Comments
 (0)