Passed
Branch master (ef5f7e)
by Tim
04:34
created
Category
www/attributes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.