[hackers] [surf] Add a comment about how the styles are iterated. || Christoph Lohmann
commit 7c34d5061e372d44e20a27df375d785656614935
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Sun Jan 18 14:41:20 2015 +0100
Add a comment about how the styles are iterated.
Thanks quing for noticing.
diff --git a/config.def.h b/config.def.h
index 6718a81..7b5cf8d 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -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" },
Received on Sun Jan 18 2015 - 14:41:40 CET
This archive was generated by hypermail 2.3.0
: Sun Jan 18 2015 - 14:48:10 CET