@@ -15,7 +15,7 @@ |
||
| 15 | 15 | $attributes = $as->getAttributes(); |
| 16 | 16 | |
| 17 | 17 | header('Content-Type: text/plain; charset=utf-8'); |
| 18 | - echo "OK\n" ; |
|
| 18 | + echo "OK\n"; |
|
| 19 | 19 | foreach ($attributes as $name => $values) { |
| 20 | 20 | echo "$name\n"; |
| 21 | 21 | foreach ($values as $value) { |