From a21a5c9415a3dfb2e72ca4b0cb51a5caeb91cf5a Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 27 Oct 2024 09:21:03 +0100 Subject: [PATCH] model info --- R/format.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/format.R b/R/format.R index 99027e42c..844bb3948 100644 --- a/R/format.R +++ b/R/format.R @@ -615,7 +615,7 @@ format.parameters_sem <- function(x, # add color code, if we have a footer if (!is.null(footer) && type == "text") { - footer <- c(footer, "blue") + footer <- c(footer, "yellow") } # if we have two trailing newlines, remove one