diff --git a/plugins/tiddlywiki/tiddlyweb/css-tiddler.tid b/plugins/tiddlywiki/tiddlyweb/css-tiddler.tid index 2d7367fa9..821fa1186 100644 --- a/plugins/tiddlywiki/tiddlyweb/css-tiddler.tid +++ b/plugins/tiddlywiki/tiddlyweb/css-tiddler.tid @@ -4,4 +4,4 @@ title: $:/core/templates/css-tiddler This template is used for saving CSS tiddlers as a style tag with data attributes representing the tiddler fields. This version includes the tiddler changecount as the field `revision`. --->`` data-tiddler-revision="`<>`" data-tiddler-bag="default" type="text/css">`<$view field="text" format="text" />`` \ No newline at end of file +-->`` data-tiddler-revision="`<>`" data-tiddler-bag="default" type="text/css">`<$view field="text" format="text" />`` \ No newline at end of file diff --git a/plugins/tiddlywiki/tiddlyweb/javascript-tiddler.tid b/plugins/tiddlywiki/tiddlyweb/javascript-tiddler.tid index 847873811..dc4bc4db9 100644 --- a/plugins/tiddlywiki/tiddlyweb/javascript-tiddler.tid +++ b/plugins/tiddlywiki/tiddlyweb/javascript-tiddler.tid @@ -4,4 +4,4 @@ title: $:/core/templates/javascript-tiddler This template is used for saving JavaScript tiddlers as a script tag with data attributes representing the tiddler fields. This version includes the tiddler changecount as the field `revision`. --->`` data-tiddler-revision="`<>`" data-tiddler-bag="default" type="text/javascript">`<$view field="text" format="text" />`` \ No newline at end of file +-->`` data-tiddler-revision="`<>`" data-tiddler-bag="default" type="text/javascript">`<$view field="text" format="text" />`` \ No newline at end of file