Explorar el Código

Update text.php.tmpl

Fixed php bug
Josh Smith hace 8 años
padre
commit
d57cea45b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      text.php.tmpl

+ 1 - 1
text.php.tmpl

@@ -36,7 +36,7 @@ if (\$count == 4){
 	<link rel="canonical" href="$Extras.web_url/summary.html" itemprop="url"/>
 	#end if   
 <?php        
-        echo"<title>\$station.location (\$Extras.cwop) Climate Summary for \$title </title>";
+        echo"<title>$station.location ($Extras.cwop) Climate Summary for \$title </title>";
 ?>
         <!-- Open Graph -->
         <meta property="og:site_name" content="$station.location Summaries and Records" />