[mail-web] Replace year of Copyright with JavaScript snippet



commit 46a32173d4cf3fabecb088f1b171c2aaddff7187
Author: Tom Tryfonidis <tomtryf gmail com>
Date:   Tue Apr 19 10:56:34 2016 +0300

    Replace year of Copyright with JavaScript snippet
    
    Fixes bug #764910

 index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/index.html b/index.html
index 97e1be1..ccc8c6d 100644
--- a/index.html
+++ b/index.html
@@ -277,7 +277,7 @@
       </div>
 
       <div id="footnotes" class="grid_9">
-       <p> Copyright &copy; 2004 - 2013 <a href="https://www.gnome.org/";><strong>The GNOME 
Project</strong></a>.<br />
+       <p> Copyright &copy; 2004 - <script type="text/javascript">document.write(new 
Date().getFullYear());</script> <a href="https://www.gnome.org/";><strong>The GNOME Project</strong></a>.<br />
        <small><a href="http://validator.w3.org/check/referer";>Optimised</a> for <a href=
         "http://www.w3.org/";>standards</a>. Hosted by <a href="http://www.redhat.com/";>Red Hat</a>.
         Powered by <a href="http://www.list.org/";>MailMan</a>, <a href="http://www.python.org/";>Python</a> 
and <a href="http://www.gnu.org/";>GNU</a>.</small></p>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]