Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #790 from brandonbk/em-dash-separator
Browse files Browse the repository at this point in the history
Add em dash separator for speaker fields
  • Loading branch information
brandonbk authored Sep 18, 2023
2 parents fb0864e + 7e04719 commit 42bdf20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ $ const blockName = "section-feed-content-node";
</marko-web-element>
</if>
<marko-web-content-name tag="span" block-name=blockName obj=node link=false />
<span> </span>
<span> </span>
<marko-web-content-title tag="span" block-name=blockName obj=node />
<if(index + 1 !== length)>; </if>
</marko-web-obj-nodes>
Expand Down

0 comments on commit 42bdf20

Please sign in to comment.