Remove typo (excess $)

This commit is contained in:
df 2021-01-03 19:40:24 +00:00
parent c7c16af68d
commit 31140a2747
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ if {![system instandby] && $play < 1} {
</span>
" $name $s $lcn $name $prog]
} else {
lappend output [format "%s %s: %s $%s" $s $lcn $name $prog]
lappend output [format "%s %s: %s %s" $s $lcn $name $prog]
}
}
}