From a7b901a16a7a424afd1509162dc5ff6796fc7e12 Mon Sep 17 00:00:00 2001 From: tenox Date: Sun, 22 Oct 2017 21:55:38 -0700 Subject: added viewport device-width for bertter iOS compatibility --- dir.c | 3 ++- wfm.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dir.c b/dir.c index c41927a..9919251 100644 --- a/dir.c +++ b/dir.c @@ -170,6 +170,7 @@ void dirlist(void) { "-->\n" "\n" "\n" + "\n" "\n" "\n" "\n" @@ -298,7 +299,7 @@ void dirlist(void) { "\n" "\n" "\n", - virt_dirname, token, upload_id); + virt_dirname, token, upload_id); // // SORT BY diff --git a/wfm.h b/wfm.h index cceeed0..522145c 100644 --- a/wfm.h +++ b/wfm.h @@ -1,4 +1,4 @@ -#define VERSION "1.2.1" +#define VERSION "1.2.2" #define copyright "\n" \ "\n" @@ -23,6 +23,7 @@ copyright \ "\n" \ " \n" \ + " \n" \ CSS_STYLE -- cgit v1.2.3