We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76de8df + d915774 commit 2691231Copy full SHA for 2691231
1 file changed
src/braindrop/app/widgets/raindrop_details.py
@@ -265,7 +265,7 @@ def _refresh_display(self) -> None:
265
self._set(
266
"collection",
267
f"{PUBLIC_ICON if self.data.collection(self.raindrop.collection).public else PRIVATE_ICON}"
268
- f" {self.data.collection(self.raindrop.collection).title}",
+ f" {escape(self.data.collection(self.raindrop.collection).title)}",
269
)
270
self._set("note", self.raindrop.note, Markdown)
271
0 commit comments