Completed
Pull Request — master (#36)
by
unknown
02:11
created
example/backend.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 $query = '';
7 7
 
8 8
 if (!empty($_GET['q'])) {
9
-   $query = strtolower($_GET['q']); 
9
+    $query = strtolower($_GET['q']); 
10 10
 }
11 11
 
12 12
 if (!empty($_GET['id'])) {
Please login to merge, or discard this patch.