From 219e80eb278a529e3eef8e363fbf072c12b75743 Mon Sep 17 00:00:00 2001 From: OutdatedGuy <74326345+OutdatedGuy@users.noreply.github.com> Date: Thu, 21 Jul 2022 08:22:51 +0530 Subject: [PATCH] FIX: branding img src link broken 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 = [ ' ', ' ', ' ', - ' ', + ' ', ' ', ];