0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 23:52:48 +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

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"';