From 31988ddcc4dac92abc2e82aec063ed620d2926d5 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 26 Jul 2012 11:07:10 +0200 Subject: [PATCH] downloads: display 6 icons per row --- downloads/index.html.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloads/index.html.mako b/downloads/index.html.mako index 2c44cbf..d736b85 100644 --- a/downloads/index.html.mako +++ b/downloads/index.html.mako @@ -90,7 +90,7 @@ currently distributed in the following operating systems/distributions: % for title, link, img, height in distros:
${title}
<% c += 1 %> -% if c % 5 == 0: +% if c % 6 == 0:
% endif % endfor -- 2.39.5