Passed
Pull Request — master (#1932)
by Struan
04:51
created
classes/GlossaryView/AtoZView.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
         $url->insert(['gl' => $glossary->next_term['glossary_id']]);
46 46
         $next_link = $url->generate('url');
47 47
 
48
-        $nextprev =  [
48
+        $nextprev = [
49 49
             'next'	=>  [
50 50
                 'url'	=> $next_link,
51 51
                 'title'	=> 'Next term',
Please login to merge, or discard this patch.