Add a comment about how the styles are iterated.
Thanks quing for noticing.
This commit is contained in:
parent
9333d5d727
commit
7c34d5061e
|
@ -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" },
|
||||
|
|
Loading…
Reference in New Issue