0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 10:42:44 +00:00

Merge branch 'master' into autoPageNumberBrewVariable

This commit is contained in:
G.Ambatte
2025-04-06 17:27:17 +12:00
committed by GitHub
4 changed files with 14 additions and 14 deletions

View File

@@ -148,7 +148,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"';