aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/php.html
diff options
context:
space:
mode:
authorArtem Yunusov <nedrlab@gmail.com>2008-07-15 18:18:09 +0500
committerArtem Yunusov <nedrlab@gmail.com>2008-07-15 18:18:09 +0500
commit57539d69e8ee1e86bd14c9e51273e576b2e38438 (patch)
treea42044fb6dba4dfcc218013468a478d584e4a939 /tests/misc/php.html
parenta316ac49a6934221b24ec58a6a7dc4c3b30ae1e8 (diff)
downloadmarkdown-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.html2
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>&lt;?php echo "not_block_level";?&gt;</p> \ No newline at end of file
+<p> &lt;?php echo "not_block_level";?&gt;</p>