Skip to content

Commit

Permalink
Fix #813, wrong <i> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbraendli committed Oct 9, 2024
1 parent 2a27a2e commit 33ab26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/welle-cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function ensembleInfoTemplate() {
function serviceTemplate() {
var html = '<tr><td>${label} (${shortlabel})<br>${fig2label}</td> <td>${SId}</td> <td>${bitrate}&nbsp;kbps</td> <td>${sad_cu}</td> <td>${protection}</td>';
html += '<td>${techdetails}</td>';
html += '<td>${pty}</td> <td>${language}<br>${subchannel_language}</td> <td></i>${dls}</i></td>';
html += '<td>${pty}</td> <td>${language}<br>${subchannel_language}</td> <td><i>${dls}</i></td>';
html += '<td>${errorcounters}</td>';
html += '<td><canvas id="${canvasid}" width="64" height="12"></canvas></td>';
html += '<td><button type=button ${buttondisabled} class="${buttonclass}" onclick="setPlayerSource(${SId})">Play</button></td>';
Expand Down

0 comments on commit 33ab26b

Please sign in to comment.