diff options
Diffstat (limited to 'modules/network.c')
-rw-r--r-- | modules/network.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/network.c b/modules/network.c index fa61ddca..01c4955a 100644 --- a/modules/network.c +++ b/modules/network.c @@ -107,7 +107,7 @@ void scan_statistics(gboolean reload) while (*tmp && isspace(*tmp)) tmp++; /* the bolded-space/dot used here is a hardinfo shell hack */ - if (params.html_ok) + if (params.markup_ok) __statistics = h_strdup_cprintf("<b> </b>#%d=%s\n", __statistics, line++, tmp); |