mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-18 23:31:25 -08:00
Fix another inadvertent div-nested-in-span
This commit is contained in:
parent
e26a4d8cb5
commit
74d63c7003
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ caption: {{$:/language/SideBar/Open/Caption}}
|
|||
|
||||
\define droppable-item(button)
|
||||
\whitespace trim
|
||||
<$droppable actions=<<drop-actions>> enable=<<tv-allow-drag-and-drop>>>
|
||||
<$droppable actions=<<drop-actions>> enable=<<tv-allow-drag-and-drop>> tag="div">
|
||||
<<placeholder>>
|
||||
<div>
|
||||
$button$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue