Skip to content

Commit 797df2f

Browse files
committed
fix style hash
1 parent f769ad6 commit 797df2f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/lib/src/layouts/dash_layout.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ abstract class FlutterDocsLayout extends PageLayoutBase {
102102
),
103103
link(
104104
rel: 'stylesheet',
105-
href:
106-
'/assets/css/main.css?'
107-
'hash=${htmlEscape.convert(generatedStylesHash)}',
105+
href: '/assets/css/main.css?hash=$generatedStylesHash',
108106
),
109107

110108
if (pageData['js'] case final List<Object?> jsList)

0 commit comments

Comments
 (0)