summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuil Rusev <hello@erusev.com>2015-07-31 17:01:14 +0300
committerEmanuil Rusev <hello@erusev.com>2015-07-31 17:01:14 +0300
commit6b24125f06d62ba9c719dca34256bad7ecb04db1 (patch)
tree4dec5339c97d2135e5b6a130f63a571209ece731
parenta589bcac79f81e90cc92fb8bf4a706d35cfdc3da (diff)
downloadparsedown-6b24125f06d62ba9c719dca34256bad7ecb04db1.zip
parsedown-6b24125f06d62ba9c719dca34256bad7ecb04db1.tar.gz
parsedown-6b24125f06d62ba9c719dca34256bad7ecb04db1.tar.bz2
clean up
-rwxr-xr-xParsedown.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Parsedown.php b/Parsedown.php
index 59705fd..f431c0a 100755
--- a/Parsedown.php
+++ b/Parsedown.php
@@ -981,7 +981,6 @@ class Parsedown
{
$markup = '';
- # $text contains the unexamined text
# $excerpt is based on the first occurrence of a marker
while ($excerpt = strpbrk($text, $this->inlineMarkerList))