Merge branch 'issue-14' of krzysiej/paper-pi into master

This commit was merged in pull request #16.
This commit is contained in:
2018-04-19 23:07:03 +02:00
committed by krzysiej

View File

@@ -32,8 +32,6 @@ class HtmlToPos
$pos = strpos($posText, $match[0]);
$posText = substr_replace($posText, mb_rand($match[1], $match[2]), $pos, strlen($match[0]));
}
die();
return $posText;
}