changeset 69:50102ad65609

Use long tags for compatibility.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 17 Feb 2014 20:40:12 +0200
parents 8a1af7e3d1f1
children 4123ddac74e6
files index.php
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Mon Feb 17 20:34:16 2014 +0200
+++ b/index.php	Mon Feb 17 20:40:12 2014 +0200
@@ -1,4 +1,4 @@
-<?
+<?php
 // Settings
 $dataFile = "results.txt";
 $cacheFile = "cache.php";
@@ -307,7 +307,7 @@
 ?>
 <html>
  <head>
-  <title><? echo $progName." - ".$dbModes[$mode][0]." view (".$dbNames[$dbModes[$mode][1]][$active].")"; ?></title>
+  <title><?php echo $progName." - ".$dbModes[$mode][0]." view (".$dbNames[$dbModes[$mode][1]][$active].")"; ?></title>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <link href="alch.css" title="compact" rel="stylesheet" type="text/css">
  </head>
@@ -329,7 +329,7 @@
 </script>
 <body>
 <div id="info">
-<?
+<?php
 
 
 // Check if we have a non-stale cache of the matrix data
@@ -498,9 +498,9 @@
  <tr><td class="close">?</td><th class="noframe">2 materials match</th></tr>
  <tr><td class="accepted">!</td><th class="noframe">Accepted potion</th></tr>
  <tr><td class="pair">&nbsp</td><th class="noframe">Known to be possible potion by other attempts</th></tr>
- <tr><td colspan="2"><? echo $progName." ".$progCopyright; ?></td></tr>
+ <tr><td colspan="2"><?php echo $progName." ".$progCopyright; ?></td></tr>
 </table>
-<?
+<?php
 }
 
 $tock = array_sum(explode(" ",microtime()));