Differences From Artifact [4a1429b833]:
- File src/style.c — part of check-in [ea4b7cd68c] at 2012-02-06 16:03:40 on branch trunk — Make the diff colors darker by default. (user: drh size: 23110) [more...]
To Artifact [11dbd80229]:
- File src/style.c — part of check-in [a496d8e88d] at 2012-03-29 14:54:45 on branch mgagnon_fix — Add vim modline everywhere (user: mgagnon size: 23152)
| ︙ | ︙ | |||
875 876 877 878 879 880 881 |
cgi_print_all(atoi(PD("showall","0")));
if( g.perm.Setup ){
const char *zRedir = P("redirect");
if( zRedir ) cgi_redirect(zRedir);
}
style_footer();
}
| > > > > > | 875 876 877 878 879 880 881 882 883 884 885 886 |
cgi_print_all(atoi(PD("showall","0")));
if( g.perm.Setup ){
const char *zRedir = P("redirect");
if( zRedir ) cgi_redirect(zRedir);
}
style_footer();
}
/*
* vim:ts=2:sts=2:et:sw=2:ft=c
*/
|