@@ -210,8 +210,8 @@ discard block |
||
| 210 | 210 | } |
| 211 | 211 | $checkfilestart($file, count($sentences)); |
| 212 | 212 | $sentences = $this->checkSentences( |
| 213 | - $sentences, |
|
| 214 | - $checksentence |
|
| 213 | + $sentences, |
|
| 214 | + $checksentence |
|
| 215 | 215 | ); |
| 216 | 216 | $htmlcode = $this->convertToHtml($file->getFilename(), $sentences); |
| 217 | 217 | |
@@ -258,8 +258,8 @@ discard block |
||
| 258 | 258 | $sentences = $html->getSentences(); |
| 259 | 259 | $checkfilestart($file, count($sentences)); |
| 260 | 260 | $sentences = $this->checkSentences( |
| 261 | - $sentences, |
|
| 262 | - $checksentence |
|
| 261 | + $sentences, |
|
| 262 | + $checksentence |
|
| 263 | 263 | ); |
| 264 | 264 | $htmlcode = $this->convertToHtml($title, $sentences); |
| 265 | 265 | |