From 5333171961fc192fbc4d493c940566b1b3d4b3e5 Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Tue, 3 Nov 2015 16:50:21 +0100 Subject: Be more specific about what enablestyles parameter does. The enablestyles configuration variable and parameter flag manages the global application of styles, not just the site-specific styles. Signed-off-by: Christoph Lohmann <20h@r-36.net> --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 368291f..1c18827 100644 --- a/config.def.h +++ b/config.def.h @@ -30,7 +30,7 @@ static int diskcachebytes = 5 * 1024 * 1024; static Bool enableplugins = TRUE; static Bool enablescripts = TRUE; static Bool enableinspector = TRUE; -static Bool enablestyles = TRUE; +static Bool enablestyle = TRUE; static Bool loadimages = TRUE; static Bool hidebackground = FALSE; static Bool allowgeolocation = TRUE; -- cgit v1.2.3