Fix ci
This commit is contained in:
parent
0d104cb307
commit
c5916e7b6d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export class HtmlUtils {
|
|||
textReturn.innerText = text;
|
||||
const urlRegex = /(https?:\/\/[^\s]+)/g;
|
||||
text.replace(urlRegex, (url: string) => {
|
||||
let link : HTMLAnchorElement = document.createElement('a');
|
||||
const link : HTMLAnchorElement = document.createElement('a');
|
||||
link.innerText = ` ${url}`;
|
||||
link.href = url;
|
||||
link.target = '_blank';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue