We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a23abb commit 68934bbCopy full SHA for 68934bb
1 file changed
src/main/java/org/cryptomator/linux/quickaccess/DolphinPlaces.java
@@ -40,13 +40,13 @@ public class DolphinPlaces implements QuickAccessService {
40
private static final Path TMP_FILE = Path.of(System.getProperty("java.io.tmpdir"), "user-places.xbel.cryptomator.tmp");
41
private static final Lock MODIFY_LOCK = new ReentrantLock();
42
private static final String ENTRY_TEMPLATE = """
43
- <bookmark href="%s">
+ <bookmark href=\"%s\">
44
<title>%s</title>
45
<info>
46
- <metadata owner="http://freedesktop.org">
+ <metadata owner=\"http://freedesktop.org\">
47
<bookmark:icon name="drive-harddisk-encrypted"/>
48
</metadata>
49
- <metadata owner="https://cryptomator.org">
+ <metadata owner=\"https://cryptomator.org\">
50
<id>%s</id>
51
52
</info>
0 commit comments