diff msite.inc.php @ 965:d5f3a505c73c

Make results a bit wider.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Nov 2014 03:49:50 +0200
parents b61c0e7eb52e
children 26ae3f21a3bb
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);