Kaydet (Commit) b169eaa9 authored tarafından Georg Brandl's avatar Georg Brandl

#2133: fix HTML color spec.

üst e7fa4087
......@@ -664,7 +664,7 @@ class HTMLDoc(Doc):
contents = self.multicolumn(
modules, lambda (key, value), s=self: s.modulelink(value))
result = result + self.bigsection(
'Modules', '#fffff', '#aa55cc', contents)
'Modules', '#ffffff', '#aa55cc', contents)
if classes:
classlist = map(lambda (key, value): value, classes)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment