[game-data-packager] 01/01: html: fix table allignment

Alexandre Detiste detiste-guest at moszumanska.debian.org
Mon Oct 26 16:23:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit 61c308bea80139741c5ae63f860032dd4de5155c
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Mon Oct 26 17:22:54 2015 +0100

    html: fix table allignment
---
 tools/babel.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/babel.py b/tools/babel.py
index 44e0ae2..7eb0bc1 100755
--- a/tools/babel.py
+++ b/tools/babel.py
@@ -212,7 +212,7 @@ for game in games:
     html.write('</tr>\n')
 
 # TOTAL
-html.write('<tr><td colspan=2><b>Total</b></td>\n')
+html.write('<tr><td colspan=3><b>Total</b></td>\n')
 for lang in langs_order:
     html.write('  <td><b>%i</b></td>\n' % langs[lang])
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list