-Fix apprise
This commit is contained in:
parent
6f06fccd46
commit
516d7ddc83
1 changed files with 1 additions and 1 deletions
|
|
@ -135,4 +135,4 @@ export const notify = html => new Promise((resolve, reject) => {
|
||||||
|
|
||||||
export const escapeHtml = unsafe => unsafe.replaceAll('&', '&').replaceAll('<', '<').replaceAll('>', '>').replaceAll('"', '"').replaceAll('\'', ''');
|
export const escapeHtml = unsafe => unsafe.replaceAll('&', '&').replaceAll('<', '<').replaceAll('>', '>').replaceAll('"', '"').replaceAll('\'', ''');
|
||||||
|
|
||||||
export const html_game_list = games => games.map(g => `- <a href="${g.url}">${escapeHtml(g.title)}</a> (${g.status})`).join('<br>');
|
export const html_game_list = games => games.map(g => `- <a href='${g.url}'>${escapeHtml(g.title)}</a> (${g.status})`).join('<br>');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue