diff --git a/defaults.inc b/defaults.inc index 1b791467..e1fca83a 100755 --- a/defaults.inc +++ b/defaults.inc @@ -79,7 +79,7 @@ DISP_HEADER(){ } DIVIDER(){ - if [ -z ${2+x} ]; then clr='yellow' + if [ -z ${2+x} ]; then clr='Yellow' else clr=$2 fi echo -e "${idsCL[${clr~}]}-----------------------------------------------------------------------${idsCL[Default]}"