|  | @@ -305,7 +305,7 @@ function show_domains {
 | 
	
		
			
			| 305 | 305 |      fi
 | 
	
		
			
			| 306 | 306 |  
 | 
	
		
			
			| 307 | 307 |      # shellcheck disable=SC2068
 | 
	
		
			
			| 308 |  | -    dialog --backtitle $"Freedombone Control Panel" --title $"Domains" --menu $"You can use shift+cursors to select text" 28 78 28 ${W[@]} 3>&2 2>&1 1>&3
 | 
	
		
			
			|  | 308 | +    dialog --backtitle $"Freedombone Control Panel" --title $"Domains" --menu $"You can use shift+cursors to select text" 28 78 28 "${W[@]}" 3>&2 2>&1 1>&3
 | 
	
		
			
			| 309 | 309 |  }
 | 
	
		
			
			| 310 | 310 |  
 | 
	
		
			
			| 311 | 311 |  function show_domains_old {
 |