From f366a74f681319152c8b2ea60efcbcc58969cda6 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Fri, 10 Nov 2017 17:29:28 +0000 Subject: [PATCH] Fix problem with SVG background images that include parenthesis See discussion https://groups.google.com/d/topic/tiddlywiki/GEmh0rwAHcY/discussion --- themes/tiddlywiki/vanilla/base.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 97bd2f1e7..45f67dcb4 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -6,10 +6,10 @@ tags: [[$:/tags/Stylesheet]] <$list filter="[is[image]]"> `background: url(` <$list filter="[!has[_canonical_uri]]"> -<$macrocall $name="datauri" title={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}/> +`"`<$macrocall $name="datauri" title={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}/>`"` <$list filter="[has[_canonical_uri]]"> -<$view tiddler={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}} field="_canonical_uri"/> +`"`<$view tiddler={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}} field="_canonical_uri"/>`"` `) center center;` `background-attachment: `{{$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment}}`;