Skip to content

Commit

Permalink
Remove accidental newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taitava authored Mar 19, 2023
1 parent b51adf3 commit 88a8362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansi_up.ts
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,6 @@ class AnsiUp
return '';

let result = `<a href="${this.escape_txt_for_html(pkt.url)}">${this.escape_txt_for_html(pkt.text)}</a>`;

return result;
}
}
Expand Down

0 comments on commit 88a8362

Please sign in to comment.