From 563612b1a2f4ae4722accce6601e796520add81f Mon Sep 17 00:00:00 2001 From: OutdatedGuy Date: Sun, 24 Jul 2022 18:58:58 +0530 Subject: [PATCH] FIX: branding img src link broken (#394) Double quotes not closed properly for src --- lib/templates.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templates.dart b/lib/templates.dart index d604876..029434d 100644 --- a/lib/templates.dart +++ b/lib/templates.dart @@ -513,7 +513,7 @@ const List _indexHtmlBrandingPicture = [ ' ', ' ', ' ', - ' ', + ' ', ' ', ];