浏览代码

Update text.php.tmpl

Fixed php bug
Josh Smith 8 年之前
父节点
当前提交
d57cea45b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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" />