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 @@ -14,7 +14,7 @@ end function ui_error() http.send('

Error occurred

') - http.send('
Back') + http.send('
Back') end function ui_downloads() @@ -26,7 +26,7 @@ function ui_downloads() end end http.send('') - http.send('
Back') + http.send('
Back') end function ui_download(name) @@ -87,7 +87,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() @@ -121,7 +121,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() @@ -429,7 +429,7 @@ function ui_status() http.send('') - http.send('
Refresh Back') + http.send('
Refresh Back') end function ui_kill()