changeset 2439:61c2e037646a

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 12 May 2022 12:29:24 +0300
parents f90494b8efa7
children cba2376dcb39
files www/common.inc.php www/latest.php www/loc.php www/menu.inc.php
diffstat 4 files changed, 13 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/www/common.inc.php	Sun May 01 15:09:55 2022 +0300
+++ b/www/common.inc.php	Thu May 12 12:29:24 2022 +0300
@@ -487,8 +487,11 @@
         $record[4] .= " ".substr($line, 0, -1);
         $contMode = FALSE;
         mpStoreWizInfoRecordInfo($table, $record);
-      } else
+      }
+      else
+      {
         $record[4] .= " ".$line;
+      }
     }
     else
     if (preg_match("/^([A-Z][a-z]+);(https?:\/\/[^;]+|bat)?;([^;]+)?;([^\$]*)\\\$$/", $line, $record))
--- a/www/latest.php	Sun May 01 15:09:55 2022 +0300
+++ b/www/latest.php	Thu May 12 12:29:24 2022 +0300
@@ -17,8 +17,12 @@
 many of these dates originate from old newsposts made by wizards and the area may
 have actually been in the game for a while before the post was made.
 Some dates may be for recodes of the area. Some dates are from post-1996 conversion
-while the area may have existed before. <b>You may also be interested in the
-<a href="changelog.txt">PupuMaps project changelog</a>.</b>
+while the area may have existed before.
+
+<p><b>You may also be interested in the
+<a href="changelog.txt">PupuMaps project changelog</a>, which lists
+other kind of changes made to the data.</b>
+</p>
 </div>
 <hr />
 <?
--- a/www/loc.php	Sun May 01 15:09:55 2022 +0300
+++ b/www/loc.php	Thu May 12 12:29:24 2022 +0300
@@ -5,7 +5,8 @@
 
 
 // Wizard info box special formatting tags
-$specTags = [
+$specTags =
+[
   "b"     => "<b>",
   "\/b"   => "</b>",
   "i"     => "<i>",
--- a/www/menu.inc.php	Sun May 01 15:09:55 2022 +0300
+++ b/www/menu.inc.php	Thu May 12 12:29:24 2022 +0300
@@ -14,6 +14,6 @@
     <a href="faq.php">FAQ</a>
   </div>
 <?php if (0) { ?>
-  <div class="batmud"><a href="http://www.bat.org/play"><img src="img/batmud.png" alt="BatMUD - 25 Years of Adventure" /></a></div>
+  <div class="batmud"><a href="https://www.bat.org/play"><img src="img/batmud.png" alt="BatMUD - 25 Years of Adventure" /></a></div>
 <?php } ?>
 </div>