mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-29 13:23:22 -08:00
Fix problem with SVG background images that include parenthesis
See discussion https://groups.google.com/d/topic/tiddlywiki/GEmh0rwAHcY/discussion
This commit is contained in:
parent
c5b478efe7
commit
f366a74f68
1 changed files with 2 additions and 2 deletions
|
|
@ -6,10 +6,10 @@ tags: [[$:/tags/Stylesheet]]
|
|||
<$list filter="[<background>is[image]]">
|
||||
`background: url(`
|
||||
<$list filter="[<background>!has[_canonical_uri]]">
|
||||
<$macrocall $name="datauri" title={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}/>
|
||||
`"`<$macrocall $name="datauri" title={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}/>`"`
|
||||
</$list>
|
||||
<$list filter="[<background>has[_canonical_uri]]">
|
||||
<$view tiddler={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}} field="_canonical_uri"/>
|
||||
`"`<$view tiddler={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}} field="_canonical_uri"/>`"`
|
||||
</$list>
|
||||
`) center center;`
|
||||
`background-attachment: `{{$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment}}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue