]> git.ipfire.org Git - network.git/commitdiff
Fix printing of headlines.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 23 Sep 2012 14:36:08 +0000 (14:36 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 23 Sep 2012 14:36:08 +0000 (14:36 +0000)
functions.cli

index 32458d80ee907ff6d1489e18cf9d90020d3c6edc..5d5b91434af8068ca64cf31f55d621e6b4f3e92c 100644 (file)
@@ -208,7 +208,7 @@ function cli_headline() {
        local ident=$(cli_ident ${level})
 
        local out
-       printf -v out "${ident}${COLOUR_BOLD}${format}${COLOUR_NORMAL}\n" "$@"
+       printf -v out "${ident}${CLR_BLACK_B}${format}${CLR_RESET}\n" "$@"
        printf "${out}"
 }