colynb / gulp-html-prettify

HTML Prettify Plugin for Gulp
13 stars 19 forks source link

The plugin break a PHP code #4

Open yustnip opened 9 years ago

yustnip commented 9 years ago

The code:

<?php $the_query = new WP_Query( array( 'post_type'=>'work', 'posts_per_page' => 4 ) ); ?>

is formatted to:

<?php $the_query=n ew WP_Query( array( 'post_type'=>'work', 'posts_per_page' => 4 ) ); ?>