diff options
| author | Burt P <pburt0@gmail.com> | 2018-10-21 13:03:06 -0500 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-10-22 10:27:24 -0700 | 
| commit | 970174b0897d40b804808632784ffa1544d9da93 (patch) | |
| tree | c0c98fc8c65301fdeb101e54724ab7714155d01b /includes | |
| parent | df19b2ba34336e1a532377ef44da59dfb6616815 (diff) | |
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 <pburt0@gmail.com>
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/hardinfo.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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; | 
