Skip to content

Commit

Permalink
Merge pull request #242 from lucasoskorep/master
Browse files Browse the repository at this point in the history
fix: rendermode typo broke builds
  • Loading branch information
mrueg authored Jan 18, 2023
2 parents 2f39cd8 + 6083ddc commit 1a4ae1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mark/stdlib/stdlib.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func templates(api *confluence.API) (*template.Template, error) {
`<ac:parameter ac:name="count">{{ or .Count false }}</ac:parameter>`,
`<ac:parameter ac:name="cache">{{ or .Cache "on" }}</ac:parameter>`,
`<ac:parameter ac:name="height">{{ or .Height 480 }}</ac:parameter>`,
`<ac:parameter ac:name="renderMode">{{ or RenderMode "static" }}</ac:parameter>`,
`<ac:parameter ac:name="renderMode">{{ or .RenderMode "static" }}</ac:parameter>`,
`<ac:parameter ac:name="title">{{ or .Title "Jira Issues" }}</ac:parameter>`,
`<ac:parameter ac:name="url">{{ .URL }}</ac:parameter>`,
`<ac:parameter ac:name="width">{{ or .Width "100%" }}</ac:parameter>`,
Expand Down

0 comments on commit 1a4ae1a

Please sign in to comment.