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 #789 from brandonbk/use-semicolon
Browse files Browse the repository at this point in the history
Use semi-colon to separate speakers
  • Loading branch information
brandonbk authored Sep 18, 2023
2 parents df8136f + 95963cc commit 4d547fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ $ const blockName = "section-feed-content-node";
<marko-web-content-name tag="span" block-name=blockName obj=node link=false />
<span> </span>
<marko-web-content-title tag="span" block-name=blockName obj=node />
<if(index + 1 !== length)>, </if>
<if(index + 1 !== length)>; </if>
</marko-web-obj-nodes>
</marko-web-element>
</if>
Expand Down

0 comments on commit 4d547fe

Please sign in to comment.