mirror of
https://github.com/penpot/penpot.git
synced 2025-03-09 14:21:42 -05: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 = {
|
||||
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…
Add table
Reference in a new issue