访客从缓存读取内容的时候,会丢失 html 结束标签
This commit is contained in:
parent
5277e4d186
commit
e10f3f6226
|
@ -467,6 +467,7 @@ function get_index_page_guest_cache() {
|
|||
$('debuginfo').innerHTML = '. This page is cached at $updatetime $gzip .';
|
||||
}
|
||||
</script>";
|
||||
echo '</body></html>';
|
||||
exit();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue