From 51cbf83c230affbc6604f111d4dd105d51d5cc9a Mon Sep 17 00:00:00 2001 From: cdruan <80615570+cdruan@users.noreply.github.com> Date: Thu, 19 Jan 2023 09:47:49 -0800 Subject: [PATCH] Fix data-tiddler field duplications in server snapshots (#7130) --- plugins/tiddlywiki/tiddlyweb/css-tiddler.tid | 2 +- plugins/tiddlywiki/tiddlyweb/javascript-tiddler.tid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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