diff --git a/modules/util/Util/Matrix.pm b/modules/util/Util/Matrix.pm
index 3b5d8001741acfd7da651fc56da4f4e770570e0c..8f0fde24e94eb19d7c59b5cda891e3a17ce34f21 100644
--- a/modules/util/Util/Matrix.pm
+++ b/modules/util/Util/Matrix.pm
@@ -140,9 +140,10 @@ sub set_border_style
   elsif ($style eq 'Gnome')
   { 
     $header_left=  $border_left=   '| ';
-    $header_inter= $border_inter= ' | ';
+    $header_inter=                ' | ';
     $header_right= $border_right= ' |';
     $border_lx= '|:';
+    $boeder_inter= '|';
     $border_rx= '-|';
     $border_lines= 0;
     $border_header= 1;