@@ -17,7 +17,7 @@ |
||
| 17 | 17 | preg_match($pattern, $doc, $matches); |
| 18 | 18 | if ($matches && count($matches) == 3) { |
| 19 | 19 | return array($matches[1], $matches[2]); |
| 20 | - } else { |
|
| 20 | + }else { |
|
| 21 | 21 | return NULL; |
| 22 | 22 | } |
| 23 | 23 | } |