diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 6718a81..7b5cf8d 100644 --- a/config.def.h +++ b/config.def.h @@ -54,6 +54,10 @@ static Bool allowgeolocation = TRUE; } /* styles */ +/* + * The iteration will stop at the first match, beginning at the beginning of + * the list. + */ static SiteStyle styles[] = { /* regexp file in $styledir */ { ".*", "default.css" }, |