diff --git a/src/ui/xupnpd_ui.lua b/src/ui/xupnpd_ui.lua index 9236780..d19398b 100644 --- a/src/ui/xupnpd_ui.lua +++ b/src/ui/xupnpd_ui.lua @@ -24,7 +24,7 @@ function ui_downloads() end end http.send('') - http.send('
Back') + http.send('
Back') end function ui_download(name) @@ -85,7 +85,7 @@ function ui_playlists() http.send('

') http.send('') http.send('
') - http.send('
Reload Reload feeds Back') + http.send('
Reload Reload feeds Back') end function ui_feeds() @@ -119,7 +119,7 @@ function ui_feeds() http.send('
Help') http.send('
') - http.send('
Save Reload feeds Back') + http.send('
Save Reload feeds Back') end function ui_fhelp() @@ -427,7 +427,7 @@ function ui_status() http.send('') - http.send('
Refresh Back') + http.send('
Refresh Back') end function ui_kill()