changeset 965:d5f3a505c73c

Make results a bit wider.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Nov 2014 03:49:50 +0200
parents 280dc9b01297
children eea2b92287ca
files msite.inc.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Sat Nov 29 03:29:13 2014 +0200
+++ b/msite.inc.php	Sat Nov 29 03:49:50 2014 +0200
@@ -778,7 +778,7 @@
 
 function stGetCompoResultLine($html, $entry, $points, $showAuthor)
 {
-  $name = stStrChopPad($entry["name"], 30);
+  $name = stStrChopPad($entry["name"], 40);
   $author = stStrChopPad($entry["author"], 30);
 
   $out = sprintf("  %s", $html ? chentities($name) : $name);