File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/org/cryptomator/linux/quickaccess Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ public class DolphinPlaces implements QuickAccessService {
40
40
private static final Path TMP_FILE = Path .of (System .getProperty ("java.io.tmpdir" ), "user-places.xbel.cryptomator.tmp" );
41
41
private static final Lock MODIFY_LOCK = new ReentrantLock ();
42
42
private static final String ENTRY_TEMPLATE = """
43
- <bookmark href="%s">
43
+ <bookmark href=\ " %s\ " >
44
44
<title>%s</title>
45
45
<info>
46
- <metadata owner="http://freedesktop.org">
46
+ <metadata owner=\ " http://freedesktop.org\ " >
47
47
<bookmark:icon name="drive-harddisk-encrypted"/>
48
48
</metadata>
49
- <metadata owner="https://cryptomator.org">
49
+ <metadata owner=\ "https://cryptomator.org\ ">
50
50
<id>%s</id>
51
51
</metadata>
52
52
</info>
You can’t perform that action at this time.
0 commit comments