Commit 0a8daf9f authored by Goutte's avatar Goutte

Lo᪲o᪲ps

parent afe5c604
...@@ -119,7 +119,7 @@ class GitlabMarkdownAdapterPlugin extends Plugin ...@@ -119,7 +119,7 @@ class GitlabMarkdownAdapterPlugin extends Plugin
if ($om[1] < $cursor) { if ($om[1] < $cursor) {
// Yikes! A previous block ended before this one started! // Yikes! A previous block ended before this one started!
continue; break;
} }
$cursor = $om[1]; $cursor = $om[1];
...@@ -132,7 +132,7 @@ class GitlabMarkdownAdapterPlugin extends Plugin ...@@ -132,7 +132,7 @@ class GitlabMarkdownAdapterPlugin extends Plugin
if (empty($closing_match)) { if (empty($closing_match)) {
// Yikes! Nothing up to the end of the file? // Yikes! Nothing up to the end of the file?
continue; break;
} }
$cm = $closing_match[0]; $cm = $closing_match[0];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment