@@ -278,8 +278,8 @@ |
||
278 | 278 | public function stripMarkDown($string) |
279 | 279 | { |
280 | 280 | return str_replace( |
281 | - ['[', '`', '*', '_',], |
|
282 | - ['\[', '\`', '\*', '\_',], |
|
281 | + ['[', '`', '*', '_', ], |
|
282 | + ['\[', '\`', '\*', '\_', ], |
|
283 | 283 | $string |
284 | 284 | ); |
285 | 285 | } |
@@ -90,7 +90,7 @@ |
||
90 | 90 | |
91 | 91 | $data = reset($args); |
92 | 92 | |
93 | - if ($from_data = array_key_exists($keyboard_type, (array)$data)) { |
|
93 | + if ($from_data = array_key_exists($keyboard_type, (array) $data)) { |
|
94 | 94 | $args = $data[$keyboard_type]; |
95 | 95 | |
96 | 96 | // Make sure we're working with a proper row. |