mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix quotes in repository controller
This commit is contained in:
parent
bfc3e20df4
commit
ce67087811
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ function getRepositoryHtml(repository) {
|
|||
html += '<span class="material-icons listItemIcon open_in_new"></span>';
|
||||
html += '</a>';
|
||||
html += '<div class="listItemBody two-line">';
|
||||
html += `<h3 class='listItemBodyText'>${repository.Name}</h3>`;
|
||||
html += `<h3 class="listItemBodyText">${repository.Name}</h3>`;
|
||||
html += `<div class="listItemBodyText secondary">${repository.Url}</div>`;
|
||||
html += '</div>';
|
||||
html += `<button type="button" is="paper-icon-button-light" id="${repository.Url}" class="btnDelete" title="${globalize.translate('ButtonDelete')}"><span class="material-icons delete"></span></button>`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue