From b5800a341812e7d3afa1e22e05856eafeb95c6a3 Mon Sep 17 00:00:00 2001 From: Nikolas Garofil Date: Sat, 5 Jun 2010 14:27:20 +0200 Subject: [PATCH] Use fixed-width fonts with out_to_http so that everything lands where it should land --- src/conky.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conky.cc b/src/conky.cc index 07a98205..a1fca76c 100644 --- a/src/conky.cc +++ b/src/conky.cc @@ -1798,7 +1798,7 @@ static void draw_text(void) { #ifdef BUILD_HTTP #define WEBPAGE_START1 "\n" -#define WEBPAGE_START2 "Conky

" +#define WEBPAGE_START2 "Conky

" #define WEBPAGE_END "

" if (output_methods & TO_HTTP) { webpage = WEBPAGE_START1;