From a725e5d71360bea75db7b267e6a9200ed60c3ac4 Mon Sep 17 00:00:00 2001 From: hieubt Date: Wed, 27 Dec 2023 23:01:01 +0700 Subject: [PATCH] TF-2399 Remove unnecessary
tag (cherry picked from commit a08ce473c51f90f4547696385a7eb3679fe92a4d) --- core/lib/presentation/extensions/html_extension.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/presentation/extensions/html_extension.dart b/core/lib/presentation/extensions/html_extension.dart index c2195d224..6256084cb 100644 --- a/core/lib/presentation/extensions/html_extension.dart +++ b/core/lib/presentation/extensions/html_extension.dart @@ -1,7 +1,7 @@ extension HtmlExtension on String { - static const String editorStartTags = '

'; + static const String editorStartTags = '


'; static const String signaturePrefix = '-- '; String addBlockTag(String tag, {String? attribute}) =>