# HG changeset patch # User Yoshiki Yazawa # Date 1270208455 -32400 # Node ID 47a3acf19870b79e13f9c8a770174f48a50e4592 # Parent 66eabfc1b118746e6d71a10864d1d81a0e2b4225 windows mapping for full width tilde may cause problem on unix diff -r 66eabfc1b118 -r 47a3acf19870 index.php --- a/index.php Wed Mar 31 06:42:51 2010 +0900 +++ b/index.php Fri Apr 02 20:40:55 2010 +0900 @@ -226,7 +226,7 @@ // date("Y-m-d H:i:s", $timestamp); $sitetitle = date( "Y", $top_time ) . "年" . date( "m", $top_time ) . "月" . date( "d", $top_time ) . "日". date( "H", $top_time ) . - "時~".( $type == "GR" ? "地上デジタル" : "BSデジタル" )."番組表"; + "時〜".( $type == "GR" ? "地上デジタル" : "BSデジタル" )."番組表"; $smarty->assign("sitetitle", $sitetitle );