diff options
Diffstat (limited to 'modules/devices')
| -rw-r--r-- | modules/devices/dmi.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/devices/dmi.c b/modules/devices/dmi.c index cd3d76c7..12e92f7b 100644 --- a/modules/devices/dmi.c +++ b/modules/devices/dmi.c @@ -113,7 +113,7 @@ gboolean dmi_get_info()                          _(info->name), _("(Not available; Perhaps try running HardInfo as root.)") );            break;          case 2: /* ignored value */ -          if (params.html_ok) +          if (params.markup_ok)              dmi_info = h_strdup_cprintf("%s=<s>%s</s>\n", dmi_info,                          _(info->name), value);            else | 
