diff --git a/src/calibre/gui2/tweak_book/snips.py b/src/calibre/gui2/tweak_book/snips.py index 2bedbca6e7..acfc13b939 100644 --- a/src/calibre/gui2/tweak_book/snips.py +++ b/src/calibre/gui2/tweak_book/snips.py @@ -12,7 +12,7 @@ builtin_snips = { 'template': '<$1>${2*}', }, - '' : { 'description': _('Insert a self closing HTML tag'), 'template': '<$1/>$2', }, @@ -21,5 +21,11 @@ builtin_snips = { 'description': _('Insert a HTML link'), 'template': '${2*}', }, + + '$3', + }, + }