summaryrefslogtreecommitdiff
path: root/kbas.tpl
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2015-10-19 01:34:37 +0100
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2015-10-19 01:34:37 +0100
commit63aff995ba2f0f934bf9665a3de5644ace5fd1e4 (patch)
tree62ff6991a35fd9660e16529ee5521ce65cf7ae60 /kbas.tpl
parentbb9b912de7048926d6fdc7864d2b6634f6143f8f (diff)
downloadybd-63aff995ba2f0f934bf9665a3de5644ace5fd1e4.tar.gz
Improve view of artifacts
Diffstat (limited to 'kbas.tpl')
-rw-r--r--kbas.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbas.tpl b/kbas.tpl
index fada6bb..6f4ea2f 100644
--- a/kbas.tpl
+++ b/kbas.tpl
@@ -12,7 +12,7 @@
<table border="0">
%for row in rows:
<tr>
- %for col in row:
+ %for col in reversed(row):
<td>{{col}}</td>
%end
</tr>