Skip to content

Commit

Permalink
Merge branch 'master' into tiny_opt
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Dec 22, 2023
2 parents 470f398 + 80ff890 commit 73638e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/utils/markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const renderer = {
}
}

return `<a href=${href} ${title && `title=${title}`} ${target}>${text}</a>`;
return `<a href="${href}" ${title && `title="${title}"`} ${target}>${text}</a>`;
},
};

Expand Down

0 comments on commit 73638e5

Please sign in to comment.