diff --git a/pandora_console/godmode/setup/setup_websocket_engine.php b/pandora_console/godmode/setup/setup_websocket_engine.php index 2fcfaec302..fecc60a33c 100644 --- a/pandora_console/godmode/setup/setup_websocket_engine.php +++ b/pandora_console/godmode/setup/setup_websocket_engine.php @@ -64,7 +64,10 @@ $t->data[1][2] = html_print_input_text( true ); -$t->data[2][0] = __('WebSocket proxy url').ui_print_help_tip(__('If you had configured a wsproxy set here target URL (for instance ws://your.public.fqdn/ws).'), true); +$t->data[2][0] = __('WebSocket proxy url').ui_print_help_tip( + __('If you had configured a wsproxy set here target URL (for instance ws://your.public.fqdn/ws).'), + true +); $t->data[2][2] = html_print_input_text( 'ws_proxy_url', $config['ws_proxy_url'], @@ -84,7 +87,12 @@ if (function_exists('quickShellSettings') === true) { quickShellSettings(); } -echo '
'; -html_print_submit_button(__('Update'), 'update_button', false, 'class="sub upd"'); +echo '
'; +html_print_submit_button( + __('Update'), + 'update_button', + false, + 'class="sub upd"' +); echo '
'; echo '';