From 6acf36e8986238ec72ab893f54f359ccaba42c9b Mon Sep 17 00:00:00 2001 From: Tobias Beer Date: Tue, 6 Mar 2018 14:29:27 +0100 Subject: [PATCH] remove superfluous list item at the end of list-links-draggable (#3043) fixes #2970 Also fixes the nesting. If a template is defined for the list item, it should define the link as is done for **list-tagged-draggable**, i.e. the template defines any link widget it contains. --- core/wiki/macros/list.tid | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/core/wiki/macros/list.tid b/core/wiki/macros/list.tid index da507a114..f249f1e6a 100644 --- a/core/wiki/macros/list.tid +++ b/core/wiki/macros/list.tid @@ -28,27 +28,25 @@ tags: $:/tags/Macro  
-<$link to={{!!title}}> <$transclude tiddler="""$itemTemplate$"""> +<$link to={{!!title}}> <$transclude field="caption"> <$view field="title"/> - +
+ <$tiddler tiddler=""> -<$droppable actions=<> tag="""$subtype$"""> +<$droppable actions=<> tag="div">
 
-
-  -
+
- \end