diff --git a/wp-ffpc-acache.php b/wp-ffpc-acache.php index 6428f8c..2106dc8 100644 --- a/wp-ffpc-acache.php +++ b/wp-ffpc-acache.php @@ -291,7 +291,7 @@ function wp_ffpc_callback( $buffer ) { $mtime = explode ( " ", microtime() ); $wp_ffpc_gentime = ( $mtime[1] + $mtime[0] )- $wp_ffpc_gentime; - $insertion = "\n"; + $insertion = "\n\n"; $index = stripos( $buffer , '' ); $buffer = substr_replace( $buffer, $insertion, $index, 0);