mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
📎 Minor change on gulpfile.
This commit is contained in:
parent
77b4f09cfb
commit
239c521ad9
@ -31,8 +31,7 @@ paths.dist = "./target/dist/";
|
||||
|
||||
const renderer = {
|
||||
link(href, title, text) {
|
||||
const escapedText = l.escape(text);
|
||||
return `<a href="${href}" target="_blank">${escapedText}</a>`;
|
||||
return `<a href="${href}" target="_blank">${text}</a>`;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user