From fb98906c08878c93ab06f3a6817305bc13e90e3b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 31 Dec 2014 10:10:53 +0530 Subject: [PATCH] ... --- src/calibre/gui2/tweak_book/snips.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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', + }, + }