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 f769ad6 commit 8e33d8dCopy full SHA for 8e33d8d
site/lib/src/layouts/dash_layout.dart
@@ -2,8 +2,6 @@
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
-import 'dart:convert' show htmlEscape;
6
-
7
import 'package:jaspr/jaspr.dart';
8
import 'package:jaspr_content/jaspr_content.dart';
9
@@ -102,9 +100,7 @@ abstract class FlutterDocsLayout extends PageLayoutBase {
102
100
),
103
101
link(
104
rel: 'stylesheet',
105
- href:
106
- '/assets/css/main.css?'
107
- 'hash=${htmlEscape.convert(generatedStylesHash)}',
+ href: '/assets/css/main.css?hash=$generatedStylesHash',
108
109
110
if (pageData['js'] case final List<Object?> jsList)
0 commit comments