Skip to content

Commit

Permalink
Fix missing closing tag in tag-pill-inner macro
Browse files Browse the repository at this point in the history
Fixes #7697
  • Loading branch information
Jermolene committed Aug 25, 2023
1 parent dbe233f commit fa9bfa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/wiki/macros/tag.tid
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ color:$(foregroundColor)$;
<!-- This has no whitespace trim to avoid modifying $actions$. Closing tags omitted for brevity. -->
\define tag-pill-inner(tag,icon,colour,fallbackTarget,colourA,colourB,element-tag,element-attributes,actions)
\whitespace trim
<$vars
<$let
foregroundColor=<<contrastcolour target:"""$colour$""" fallbackTarget:"""$fallbackTarget$""" colourA:"""$colourA$""" colourB:"""$colourB$""">>
backgroundColor=<<__colour__>>
>
Expand All @@ -23,6 +23,7 @@ color:$(foregroundColor)$;
<$transclude tiddler=<<__icon__>>/>
<$view tiddler=<<__tag__>> field="title" format="text" />
</$element-tag$>
</$let>
\end

\define tag-pill-body(tag,icon,colour,palette,element-tag,element-attributes,actions)
Expand Down

1 comment on commit fa9bfa0

@vercel
Copy link

@vercel vercel bot commented on fa9bfa0 Aug 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tiddlywiki5 – ./

tiddlywiki5-jermolene.vercel.app
tiddlywiki5.vercel.app
tiddlywiki5-git-master-jermolene.vercel.app

Please sign in to comment.