From 554ab70ac7fd6f76356b1fc685469228d5979481 Mon Sep 17 00:00:00 2001 From: tenox Date: Sat, 4 Feb 2017 22:54:35 -0800 Subject: text fix and ver bump --- dialogs.c | 4 +++- wfm.h | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dialogs.c b/dialogs.c index 9f38616..a631703 100644 --- a/dialogs.c +++ b/dialogs.c @@ -438,6 +438,8 @@ void edit_ui(void) { #ifndef WFMGIT if(js) fprintf(cgiOut, " \n", bkcolor); +#else + fprintf(cgiOut, "%s\n", (repo_check()) ? "No GIT Repo Present" : "GIT Backed    "); #endif if(js) fprintf(cgiOut, "\n"); @@ -472,4 +474,4 @@ void edit_ui(void) { free(buff); -} \ No newline at end of file +} diff --git a/wfm.h b/wfm.h index 5b0184b..8a74491 100644 --- a/wfm.h +++ b/wfm.h @@ -1,5 +1,5 @@ -#define VERSION "1.1.2" -#define copyright "\n\n" +#define VERSION "1.2.0" +#define copyright "\n\n" #define CSS_STYLE \ "