pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9333d5d
)
Add a comment about how the styles are iterated.
author
Christoph Lohmann
<20h@r-36.net>
Sun, 18 Jan 2015 13:41:20 +0000
(14:41 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Sun, 18 Jan 2015 13:41:20 +0000
(14:41 +0100)
Thanks quing for noticing.
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
6718a81
..
7b5cf8d
100644
(file)
--- 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" },