mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
📎 Minor change on gulpfile.
This commit is contained in:
parent
77b4f09cfb
commit
239c521ad9
1 changed files with 1 additions and 2 deletions
|
@ -31,8 +31,7 @@ paths.dist = "./target/dist/";
|
||||||
|
|
||||||
const renderer = {
|
const renderer = {
|
||||||
link(href, title, text) {
|
link(href, title, text) {
|
||||||
const escapedText = l.escape(text);
|
return `<a href="${href}" target="_blank">${text}</a>`;
|
||||||
return `<a href="${href}" target="_blank">${escapedText}</a>`;
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue