From 70ddbfe37a012d903eea126ca51137c95cd98033 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 3 Mar 2014 23:38:39 +0000 Subject: [PATCH] bug fix in output --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 54437e8..b9542e0 100755 --- a/inxi +++ b/inxi @@ -9204,7 +9204,7 @@ print_graphics_data() else display_vendor_string="$display_vendor $display_version" fi - display_server_string="${C1}Display Server$SEP3${C2}$display_vendor_string " + display_server_string="${C1}Display Server${SEP3}${C2} $display_vendor_string " if [[ $B_ROOT == 'true' ]];then root_x_string='for root '