From e2e69d29bb41b62c7aa06749b73b1854c3dfbc23 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 12 Apr 2012 13:06:21 +0000 Subject: Close paragraph tags and other minor imagecache page cleanups. svn path=/trunk/netsurf/; revision=13854 --- content/fetchers/about.c | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'content/fetchers/about.c') diff --git a/content/fetchers/about.c b/content/fetchers/about.c index f4308c3ef..d1a64cc63 100644 --- a/content/fetchers/about.c +++ b/content/fetchers/about.c @@ -216,20 +216,22 @@ static bool fetch_about_imagecache_handler(struct fetch_about_context *ctx) /* image cache summary */ slen = image_cache_snsummaryf(buffer, sizeof(buffer), - "

Configured limit of %a hysteresis of %b" - "

Total bitmap size in use %c (in %d)" - "

Age %es" - "

Peak size %f (in %g)" - "

Peak image count %h (size %i)" + "

Configured limit of %a hysteresis of %b

\n" + "

Total bitmap size in use %c (in %d)

\n" + "

Age %es

\n" + "

Peak size %f (in %g)

\n" + "

Peak image count %h (size %i)

\n" "

Cache total/hit/miss/fail (counts) %j/%k/%l/%m " - "(%pj%%/%pk%%/%pl%%/%pm%%)" + "(%pj%%/%pk%%/%pl%%/%pm%%)

\n" "

Cache total/hit/miss/fail (size) %n/%o/%q/%r " - "(%pn%%/%po%%/%pq%%/%pr%%)" + "(%pn%%/%po%%/%pq%%/%pr%%)

\n" "

Total images never rendered: %s " - "(includes %t that were converted)" + "(includes %t that were converted)

\n" "

Total number of excessive conversions: %u " "(from %v images converted more than once)" - "

Bitmap of size %w had most (%x) conversions"); + "

\n" + "

Bitmap of size %w had most (%x) conversions

\n" + "

Current image cache contents

\n"); if (slen >= (int) (sizeof(buffer))) goto fetch_about_imagecache_handler_aborted; /* overflow */ @@ -244,8 +246,8 @@ static bool fetch_about_imagecache_handler(struct fetch_about_context *ctx) "" "Entry" "Content Key" - "Redraw Count" - "Conversion Count" + "Redraw
Count" + "Conversion
Count" "Last Redraw" "Bitmap Age" "Bitmap Size" -- cgit v1.2.3