mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-08 10:12:37 -08:00
Merge pull request #1927 from Evolena/master
Fix thumbnail macro when no caption parameter is provided
This commit is contained in:
commit
06ba6f62cb
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ tags: $:/tags/Macro
|
|||
$icon$
|
||||
</div><div class="tc-thumbnail-caption">
|
||||
$caption$
|
||||
</div></div></$link>
|
||||
</div>
|
||||
</div></$link>
|
||||
\end
|
||||
|
||||
\define thumbnail-right(link,icon,color,background-color,image,caption,width:"280",height:"157")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue