changeset 314:7615bf7f980f misc

Cosmetics + HTML syntax.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 29 Dec 2015 15:59:28 +0200
parents c31c428afaf5
children 72bf6267e34f
files materials/info.php
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/materials/info.php	Tue Dec 29 13:04:18 2015 +0200
+++ b/materials/info.php	Tue Dec 29 15:59:28 2015 +0200
@@ -104,8 +104,7 @@
   "    <li><b><a href=\"instructions.php\">Read this</a> for instructions on how you can collect and submit your own alloy research data.</b></li>\n".
   "    <li>Only 2-material alloys are supported by this browser.</li>\n".
   "    <li>There may be errors, and lots of combinations are not researched yet.</li>\n".
-  "    <li>The cell colour reflects how \"reliable\" the information is: ".
-  implode(", ", $extraInfo).".</li>\n";
+  "    <li>The cell colour reflects how \"reliable\" the information is: ".implode(", ", $extraInfo).".</li>\n";
 
 if (isset($people) && count($people) > 0)
 {
@@ -116,7 +115,7 @@
 }
 
 echo
-  "   <ul>\n".
+  "   </ul>\n".
   "  </td>\n".
   " </tr>\n".
   " <tr>\n".