From 02fc923bd0a75680235da99a213ebabfbc22a7d3 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Wed, 12 Aug 2009 20:42:48 +0000 Subject: * Correctly create an empty cell if the description for a file is missing. PR: 47682 Submitted by: Peter Poeml Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@803704 13f79535-47bb-0310-9956-ffa450edef68 --- modules/generators/mod_autoindex.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/generators/mod_autoindex.c') diff --git a/modules/generators/mod_autoindex.c b/modules/generators/mod_autoindex.c index 5eec47917b..ea0e3f99fb 100644 --- a/modules/generators/mod_autoindex.c +++ b/modules/generators/mod_autoindex.c @@ -1738,9 +1738,9 @@ static void output_directories(struct ent **ar, int n, desc_width), NULL); } } - } - else { - ap_rputs(" ", r); + else { + ap_rputs(" ", r); + } } ap_rputs("\n", r); } -- cgit v1.2.3