changeset 123:ad7ccdd904b7

Fix some HTML.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 18 Feb 2014 13:33:41 +0200
parents 8cbd07999b66
children 4547a239b0fd
files index.php
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Tue Feb 11 12:28:16 2014 +0200
+++ b/index.php	Tue Feb 18 13:33:41 2014 +0200
@@ -519,13 +519,13 @@
     "   <th><a class=\"textctrl mobile\" href=\"http://tnsp.org/mluk/\">Mobile</a></th>\n";
 }
 
-$currURL = $baseURI."?luokka=".$luokka."&lang=".$pageLang.
-  (isset($pageCSSIndex) ? "&css=".$pageCSSIndex : "").
-  ($nextPeriod ? "&next" : "");
+$currURL = $baseURI."?luokka=".$luokka."&amp;lang=".$pageLang.
+  (isset($pageCSSIndex) ? "&amp;css=".$pageCSSIndex : "").
+  ($nextPeriod ? "&amp;next" : "");
 
 echo
   "   <th class=\"advert\"><a href=\"http://tnsp.org/u/HXh\"><img src=\"img/cell.png\" alt=\"Division Cell\" /></a></th>\n".
-  "   <th><a href=\"".$currURL."\" title=\"".cmQM("currLukLink")."\">Link</th>\n".
+  "   <th><a href=\"".$currURL."\" title=\"".cmQM("currLukLink")."\">Link</a></th>\n".
   "  </tr>\n".
   " </table>\n".
   "</form>\n".