changeset 321:971118747193 misc

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 30 Dec 2015 23:16:48 +0200
parents c7f903b2b924
children 1f3fd2d0831b
files materials/index.php
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/materials/index.php	Wed Dec 30 14:40:34 2015 +0200
+++ b/materials/index.php	Wed Dec 30 23:16:48 2015 +0200
@@ -262,8 +262,10 @@
 {
   $filters = array();
   foreach ($setAttrFilters as $fkey => $fval)
-  if ($fkey >= 0)
-    $filters[] = "<b>".strtolower($matTransNames[$fkey + 1])."</b>=".strtolower($matTransTable[$fkey][$fval]);
+  {
+    if ($fkey >= 0)
+      $filters[] = "<b>".strtolower($matTransNames[$fkey + 1])."</b>=".strtolower($matTransTable[$fkey][$fval]);
+  }
 
   echo "<p>Filtering: ".implode(", ", $filters)."</p>\n";
 }