Skip to content

Commit 6d25e3d

Browse files
committed
Escape double quotes (which broke github action builds)
1 parent e6956a4 commit 6d25e3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site_collections/_features/extensibility.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
title="PyPlugs"
3636
img="https://picsum.photos/1280/720"
3737
img_alt=""
38-
justify="right"
3938
detail="
40-
User-created custom nodes can be created visually within Natron by grouping existing nodes and exported with the "PyPlug" exporter.
41-
39+
User-created custom nodes can be created visually within Natron by grouping existing nodes and exported with the \"PyPlug\" exporter.
40+
<br />
41+
<br />
4242
Various tools created by the commuity can be found in [Natron's community plugins repository](https://github.com/NatronGitHub/natron-plugins) on GitHub."
4343
%}
4444

0 commit comments

Comments
 (0)