Subversion Repositories prayer

Compare Revisions

Ignore whitespace Rev 93 → Rev 94

/trunk/debian/patches/makefile_install_config.patch
186,3 → 186,14
# Size of small and large compose windows
small_cols = 80
--- a/shared/config.c
+++ b/shared/config.c
@@ -167,7 +167,7 @@ struct config *config_create(void)
config->fatal_dump_core = NIL;
config->template_path = "../templates";
- config->template_set = "xhtml_strict";
+ config->template_set = "old";
config->template_use_compiled = T;
config->template_list = NIL;