diff --git a/editions/tw5.com/tiddlers/widgets/CodeblockWidget.tid b/editions/tw5.com/tiddlers/widgets/CodeblockWidget.tid index 3c64d227e..5592b3b45 100644 --- a/editions/tw5.com/tiddlers/widgets/CodeblockWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/CodeblockWidget.tid @@ -24,11 +24,11 @@ The content of the `<$codeblock>` widget is ignored. Here is an example embedding the contents of a tiddler as a code block. -<$macrocall $name='wikitext-example-without-html' -src='<$codeblock code={{$:/editions/tw5.com/macro-examples/say-hi}}>'/> +<$macrocall $name='wikitext-example-without-html' +src='<$codeblock code={{$:/editions/tw5.com/macro-examples/say-hi}} />' /> A codeblock may also specify a language. -<$macrocall $name='wikitext-example-without-html' -src='<$codeblock code="SELECT * FROM users WHERE deleted = false" language="sql">'/> +<$macrocall $name='wikitext-example-without-html' +src='<$codeblock code="SELECT * FROM users WHERE deleted = false" language="sql" />' />