diff options
author | Artem Yunusov <nedrlab@gmail.com> | 2008-07-15 18:18:09 +0500 |
---|---|---|
committer | Artem Yunusov <nedrlab@gmail.com> | 2008-07-15 18:18:09 +0500 |
commit | 57539d69e8ee1e86bd14c9e51273e576b2e38438 (patch) | |
tree | a42044fb6dba4dfcc218013468a478d584e4a939 /tests/misc/php.html | |
parent | a316ac49a6934221b24ec58a6a7dc4c3b30ae1e8 (diff) | |
download | markdown-57539d69e8ee1e86bd14c9e51273e576b2e38438.tar.gz markdown-57539d69e8ee1e86bd14c9e51273e576b2e38438.tar.bz2 markdown-57539d69e8ee1e86bd14c9e51273e576b2e38438.zip |
Output bug fixed(stripping text data at the end of processing in _processPlaceholders). Ticket #5 fixed.
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> |