0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-10 09:38:38 +00:00

Merge branch 'master' of https://github.com/naturalcrit/homebrewery into localSnippetEditor

This commit is contained in:
Víctor Losada Hernández
2025-03-31 00:12:58 +02:00
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ renderer.link = function (token) {
}
let out = `<a href="${escape(href)}"`;
if(title) {
out += ` title="${title}"`;
out += ` title="${escape(title)}"`;
}
if(self) {
out += ' target="_self"';