SVN: toys/stbr/index.php
sparky
sparky at pld-linux.org
Thu May 17 02:03:32 CEST 2007
Author: sparky
Date: Thu May 17 02:03:32 2007
New Revision: 8580
Modified:
toys/stbr/index.php
Log:
- i should lern php some day
Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php (original)
+++ toys/stbr/index.php Thu May 17 02:03:32 2007
@@ -278,7 +278,7 @@
$info = $filled['requester'] . '/' . $filled['date'] . '/' . $filled['flags'];
foreach($filled['builder'] as $key => $value)
{
- $title .= "$value @ $key[br/]";
+ $title .= "$value @ $key [br/]";
}
// $title = rtrim($title, ',');
}
More information about the pld-cvs-commit
mailing list