Skip to content

Commit

Permalink
thanks thecreator1970, issue 25
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Staerk committed Aug 26, 2018
1 parent b7dcc62 commit 1a9cd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/codeblock.php
Expand Up @@ -53,7 +53,7 @@ function handle($match, $state, $pos, Doku_Handler $handler)
// $match2 = $match, but cut one blank at the beginning of every line.
for ($i=1;$i<strlen($match);$i++)
{
if ($match[$i-1] == "\n" && $match[$i] == " ") then ;
if ($match[$i-1] == "\n" && $match[$i] == " ") {;}
else $match2.=$match[$i];
}
switch ($state)
Expand Down

0 comments on commit 1a9cd9c

Please sign in to comment.