Fix quoting

This commit is contained in:
Manuel Rüger 2024-07-23 10:46:03 +02:00
parent ecf47cba38
commit 0ba9ff0653

View File

@ -370,7 +370,7 @@ func templates(api *confluence.API) (*template.Template, error) {
/* https://confluence.atlassian.com/conf59/page-properties-macro-792499154.html */
`ac:details`: text(
`<ac:structured-macro ac:name="details" ac:schema-version="1"">`,
`<ac:structured-macro ac:name="details" ac:schema-version="1">`,
`<ac:rich-text-body>{{ .Body }}</ac:rich-text-body>`,
`</ac:structured-macro>`,
),