mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 15:16:18 +00:00
Fix another inadvertent div-nested-in-span
This commit is contained in:
parent
e26a4d8cb5
commit
74d63c7003
@ -15,7 +15,7 @@ caption: {{$:/language/SideBar/Open/Caption}}
|
|||||||
|
|
||||||
\define droppable-item(button)
|
\define droppable-item(button)
|
||||||
\whitespace trim
|
\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>>
|
<<placeholder>>
|
||||||
<div>
|
<div>
|
||||||
$button$
|
$button$
|
||||||
|
Loading…
Reference in New Issue
Block a user