访客从缓存读取内容的时候,会丢失 html 结束标签

This commit is contained in:
Hex 2017-02-16 11:24:58 +08:00
parent 5277e4d186
commit e10f3f6226
1 changed files with 1 additions and 0 deletions

View File

@ -467,6 +467,7 @@ function get_index_page_guest_cache() {
$('debuginfo').innerHTML = '. This page is cached at $updatetime $gzip .';
}
</script>";
echo '</body></html>';
exit();
}
}