Przeglądaj źródła

Copyright update and removal of DOS char's

Fredrik Jervfors 20 lat temu
rodzic
commit
63e5f274aa
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      templates/default/paginator.tpl

+ 2 - 2
templates/default/paginator.tpl

@@ -3,7 +3,7 @@
 /**
 /**
  * paginator.tpl
  * paginator.tpl
  *
  *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
+ * Copyright (c) 1999-2005 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  *
  * Template and utility functions to create a paginator
  * Template and utility functions to create a paginator
@@ -43,4 +43,4 @@ if ($javascript_on && $compact_paginator &&!isset($bScriptAdded)) {
     }
     }
     // display the paginator string.
     // display the paginator string.
     echo $sPaginator;
     echo $sPaginator;
-
+?>