changeset 275:6c9bcf5ffc72 misc

Sync.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Mar 2015 09:08:23 +0200
parents 7f4d966da5d9
children 2e2ea2bfd843
files materials/index.php
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/materials/index.php	Sun Mar 08 09:02:19 2015 +0200
+++ b/materials/index.php	Sun Mar 08 09:08:23 2015 +0200
@@ -99,7 +99,7 @@
    ?></b>
    <br />
    <ul>
-    <li>Material data updated as of December 2010.</li>
+    <li>Material data updated as of November 2011.</li>
     <li>This informations free to use in any way you wish. It would be nice to be credited, however.</li>
     <li>There may be bugs. If you notice any inaccuracies, contact <b>Ggr</b> @ Bat.</li>
     <li><b>Raw material data is also available in <a href="materials.csv">CSV format</a>, <a href="materials_short.txt">short tabular format</a> and <a href="materials_long.txt">long format</a></b>.</li>
@@ -191,11 +191,11 @@
   if ($doShow)
   {
     $col = 0;
-    echo " <tr>".stGetTC("td", $col++);
-
-    echo "<a href=\"/mat/".urlencode($key)."\">".chentities($key)."</a>".
+    echo
+      " <tr>".stGetTC("td", $col++).
+      "<a href=\"/mat/".urlencode($key)."\">".chentities($key)."</a>".
 //    " <a href=\"?".stGetURLStr($attrFilters, $sortColumn, $sortDirection)."\">&bullet;</a>".
-    "</td>";
+      "</td>";
     
     foreach ($value as $kkey => $kvalue)
     {