From f0fcb7f67a94fbdeb89be1bdef03412ed9e6cd0a Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Thu, 22 Dec 2016 12:49:38 +0100 Subject: Focus on and highlight the parameter field if no parameter was given. The parameter field will take the focus and its edges will turn red. This will be cleared up if the reset button is hit or if the field is changed. --- includes/config.defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/config.defaults.php b/includes/config.defaults.php index b160f0e..d6d4ae0 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -157,7 +157,7 @@ $config = array( ), // Documentation for the 'traceroute' query 'traceroute' => array( - 'command' =>'traceroute IP_ADDRESS|HOSTNAME', + 'command' => 'traceroute IP_ADDRESS|HOSTNAME', 'description' => 'Display the path to a given destination.', 'parameter' => 'The parameter must be an IPv4/IPv6 address (without mask) or a hostname.
RFC1918 addresses, IPv6 starting with FD or FC, and IPv4 reserved ranges (0.0.0.0/8, 169.254.0.0/16, 192.0.2.0/24 and 224.0.0.0/4) may be refused.

Example of valid arguments:
' ) -- cgit v1.2.3