Browse Source

Copyright update and removal of DOS char's

Fredrik Jervfors 20 years ago
parent
commit
63e5f274aa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      templates/default/paginator.tpl

+ 2 - 2
templates/default/paginator.tpl

@@ -3,7 +3,7 @@
 /**
  * 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.
  *
  * Template and utility functions to create a paginator
@@ -43,4 +43,4 @@ if ($javascript_on && $compact_paginator &&!isset($bScriptAdded)) {
     }
     // display the paginator string.
     echo $sPaginator;
-
+?>