generator line break

This commit is contained in:
Mike Jolley 2011-11-12 15:07:36 +00:00
parent 0e34184b92
commit fd46600c7f
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ function woocommerce_init_post_thumbnails() {
add_action('wp_head', 'woocommerce_generator');
function woocommerce_generator() {
echo '<meta name="generator" content="WooCommerce ' . WOOCOMMERCE_VERSION . '">';
echo '<meta name="generator" content="WooCommerce ' . WOOCOMMERCE_VERSION . '" />' . "\n";
}
/**