Add a comment about how the styles are iterated.

Thanks quing for noticing.
This commit is contained in:
Christoph Lohmann 2015-01-18 14:41:20 +01:00
parent 9333d5d727
commit 7c34d5061e
1 changed files with 4 additions and 0 deletions

View File

@ -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" },