Test Setup Failed
Pull Request — master (#495)
by
unknown
02:16
created
lib/PageCustomize.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -55,11 +55,11 @@
 block discarded – undo
55 55
         $this->entryArray = array ();
56 56
 
57 57
         $ignoredBaseArray = array (PageQueryResult::SCOPE_AUTHOR,
58
-                                   PageQueryResult::SCOPE_TAG,
59
-                                   PageQueryResult::SCOPE_SERIES,
60
-                                   PageQueryResult::SCOPE_PUBLISHER,
61
-                                   PageQueryResult::SCOPE_RATING,
62
-                                   "language");
58
+                                    PageQueryResult::SCOPE_TAG,
59
+                                    PageQueryResult::SCOPE_SERIES,
60
+                                    PageQueryResult::SCOPE_PUBLISHER,
61
+                                    PageQueryResult::SCOPE_RATING,
62
+                                    "language");
63 63
 
64 64
         $content = "";
65 65
         if (!preg_match("/(Kobo|Kindle\/3.0|EBRD1101)/", $_SERVER['HTTP_USER_AGENT'])) {
Please login to merge, or discard this patch.