]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/pagination.php
Fixed failing test after drawio default url change
[bookstack] / resources / lang / en / pagination.php
index fcab34b253172b61762a9cb6a343299977cb564e..85bd12fc319557dcc852fdacc07e882583d66be3 100644 (file)
@@ -1,18 +1,11 @@
 <?php
-
+/**
+ * Pagination Language Lines
+ * The following language lines are used by the paginator library to build
+ * the simple pagination links.
+ */
 return [
 
-    /*
-    |--------------------------------------------------------------------------
-    | Pagination Language Lines
-    |--------------------------------------------------------------------------
-    |
-    | The following language lines are used by the paginator library to build
-    | the simple pagination links. You are free to change them to anything
-    | you want to customize your views to better match your application.
-    |
-    */
-
     'previous' => '&laquo; Previous',
     'next'     => 'Next &raquo;',