X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=extlib%2Fmarkdown.php;h=8179b568b86f2b72e322d34fa4cc20e963a67f69;hb=0612e5ec87a07281e3a1f92e56a4564852b55726;hp=1bb1b6ce43879c18917bb943e324d98726ce74ed;hpb=104a47e4a2903f1c7ea73363a73cee12f0cf14ac;p=quix0rs-gnu-social.git diff --git a/extlib/markdown.php b/extlib/markdown.php index 1bb1b6ce43..8179b568b8 100644 --- a/extlib/markdown.php +++ b/extlib/markdown.php @@ -1348,7 +1348,7 @@ class Markdown_Parser { // { // list(, $div_open, , $div_content, $div_close) = $matches; // -// # We cannot call Markdown(), because that resets the hash; +// # We can't call Markdown(), because that resets the hash; // # that initialization code should be pulled into its own sub, though. // $div_content = $this->hashHTMLBlocks($div_content); //