mirror of
https://github.com/timendum/Youtube-dl-WebUI.git
synced 2024-11-10 17:03:35 +08:00
dropdown fixed formatting
This commit is contained in:
parent
04e3ec066b
commit
6283d5fd50
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
{
|
||||
foreach(Downloader::get_current_background_jobs() as $key)
|
||||
{
|
||||
echo "<li title=\"".htmlspecialchars($key['cmd'])."\">Elapsed time : ".$key['time']."</li>";
|
||||
echo "<li><a href=\"#\" title=\"".htmlspecialchars($key['cmd'])."\">Elapsed time : ".$key['time']."</a></li>";
|
||||
}
|
||||
|
||||
echo "<li class=\"divider\"></li>";
|
||||
|
|
Loading…
Reference in a new issue