changeset 143:e1a130470b84 misc

Sync.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2010 00:09:10 +0000
parents 6ea807703d04
children 838e7845b67f
files materials/index.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/materials/index.php	Tue Dec 21 00:01:52 2010 +0000
+++ b/materials/index.php	Tue Dec 21 00:09:10 2010 +0000
@@ -99,7 +99,7 @@
 reset($transNameTable);
 next($transNameTable);
 while (list($key, $value) = each($transNameTable)) {
-  echo "<option".
+  echo "    <option".
   (isset($filterTable[$key]) ? " selected=\"selected\"" : "").
   " value=\"$key\">".htmlentities($value)."</option>\n";
 }