]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Split a long line.
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Sun, 5 Oct 2014 18:36:30 +0000 (20:36 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Sun, 5 Oct 2014 18:36:30 +0000 (20:36 +0200)
index.c

diff --git a/index.c b/index.c
index 079b1e71d90969f14af327afa9424ee42f485345..4fa7fca325994b1afb1e0d675872d3d120b822d3 100644 (file)
--- a/index.c
+++ b/index.c
@@ -763,7 +763,8 @@ static void make_file_index(void)
        fputs("<div class=\"index\"><table cellpadding=\"1\" cellspacing=\"2\"",fp_ou);
        if (SortTableJs[0]) fputs(" class=\"sortable\"",fp_ou);
        fputs(">\n",fp_ou);
-       fprintf(fp_ou,"<thead><tr><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th></tr></thead>\n",_("FILE/PERIOD"),_("CREATION DATE"),_("USERS"),_("BYTES"),_("AVERAGE"));
+       fprintf(fp_ou,"<thead><tr><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th><th class=\"header_l\">%s</th></tr></thead>\n",
+                       _("FILE/PERIOD"),_("CREATION DATE"),_("USERS"),_("BYTES"),_("AVERAGE"));
        for (i=0 ; i<nsort ; i++) {
                if (order>0)
                        item=sortlist[i];