From 970174b0897d40b804808632784ffa1544d9da93 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 21 Oct 2018 13:03:06 -0500 Subject: don't use html in text-only output Fixes https://github.com/lpereira/hardinfo/issues/266 This is also needed so that vendor urls can be links where appropriate. Signed-off-by: Burt P --- includes/hardinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/hardinfo.h') diff --git a/includes/hardinfo.h b/includes/hardinfo.h index 7d3e3c5b..3412f852 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -52,6 +52,7 @@ struct _ProgramParameters { gboolean autoload_deps; gboolean run_xmlrpc_server; gboolean skip_benchmarks; + gboolean html_ok; /* ok to use html in the value part of a key/value */ gint report_format; -- cgit v1.2.3