diff options
| author | Waylan Limberg <waylan@gmail.com> | 2008-11-12 23:21:25 -0500 |
|---|---|---|
| committer | Waylan Limberg <waylan@gmail.com> | 2008-11-13 23:27:23 -0500 |
| commit | ea16c8dd8d0fc107f26f92f80d13c83e88c529e4 (patch) | |
| tree | b711d45d2b5bf68c43805cb17be5c0889cb12b1b /tests/misc/php.html | |
| parent | 45f96216f7ecc24444333186dbfdfa66230ef080 (diff) | |
| download | python-markdown-ea16c8dd8d0fc107f26f92f80d13c83e88c529e4.tar.gz | |
Fixed a streange anomily in whitespace a start of p and li tags. Mostly odd tests corrected.
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 |
