From a558152cb2fd1951d08e38739c890dc1e55b45b2 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Fri, 13 Dec 2019 13:20:44 +0100 Subject: [PATCH] minor fix --- .../godmode/setup/setup_websocket_engine.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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 '';