Skip to content

Commit

Permalink
TF-2089 Add dash-dash-space to signature delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
dab246 authored and hoangdat committed Sep 12, 2023
1 parent 40ebc31 commit 5fca1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/presentation/extensions/html_extension.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
extension HtmlExtension on String {

static const String editorStartTags = '<br><div><br></div>';
static const String signaturePrefix = '-- ';
static const String signaturePrefix = '--&nbsp;';

String addBlockTag(String tag, {String? attribute}) =>
attribute != null
Expand Down

0 comments on commit 5fca1a1

Please sign in to comment.