Re: [Mailman-Developers] Default link colors

2003-06-09 Thread Barry Warsaw
On Mon, 2003-05-26 at 19:34, Tentra List Support wrote: > I tryed change the default page and link colors by adding relevant fields in > Default.py to mm_cfg.py. Changing all of the directives worked except for > WEB_LINK_COLOR > which did not result in a change. I found the offending error in > ht

[Mailman-Developers] Default link colors

2003-06-02 Thread Tentra List Support
I tryed change the default page and link colors by adding relevant fields in Default.py to mm_cfg.py. Changing all of the directives worked except for WEB_LINK_COLOR which did not result in a change. I found the offending error in htmlformat.py line 326. It should read: 'link' when it reads 'alink'