In contents lists, put <ul> inside <li> to make validator.w3.org happier (for
[sgt/halibut] / style.c
1 /*
2 * style.c: load and keep track of user style preferences
3 */
4
5 #include <stdio.h>
6 #include <stdlib.h>
7 #include "halibut.h"
8