diff options
Diffstat (limited to 'tests/misc/php.html')
-rw-r--r-- | tests/misc/php.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/php.html b/tests/misc/php.html index db0333c..66bc8d1 100644 --- a/tests/misc/php.html +++ b/tests/misc/php.html @@ -6,4 +6,4 @@ <!--This is a comment --></p> <p><div>This shouldn't</div></p> <p><?php echo "block_level";?></p> -<p><?php echo "not_block_level";?></p>
\ No newline at end of file +<p> <?php echo "not_block_level";?></p> |