diff --git a/src/ui/ui_config.html b/src/ui/ui_config.html index 784f27e..afce5af 100644 --- a/src/ui/ui_config.html +++ b/src/ui/ui_config.html @@ -204,5 +204,5 @@ Restart Plugins Profiles -Back +Back diff --git a/src/ui/xupnpd_ui.lua b/src/ui/xupnpd_ui.lua index dbd9c7d..863c5b3 100644 --- a/src/ui/xupnpd_ui.lua +++ b/src/ui/xupnpd_ui.lua @@ -11,7 +11,7 @@ end function ui_error() http.send('

Error occurred

') - http.send('
Back') + http.send('
Back') end function ui_downloads() @@ -23,7 +23,7 @@ function ui_downloads() end end http.send('') - http.send('
Back') + http.send('
Back') end function ui_download(name) @@ -84,7 +84,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() @@ -118,7 +118,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() @@ -425,7 +425,7 @@ function ui_status() http.send('') - http.send('
Refresh Back') + http.send('
Refresh Back') end function ui_kill()