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 875457c..8cd4ed5 100644 --- a/tests/misc/php.html +++ b/tests/misc/php.html @@ -8,4 +8,4 @@ <?php echo "block_level";?> -<p> <?php echo "not_block_level";?></p>
\ No newline at end of file +<p><?php echo "not_block_level";?></p>
\ No newline at end of file |