Closed (duplicate)
Project:
Drupal core
Version:
5.x-dev
Component:
base system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2007 at 10:19 UTC
Updated:
10 Jan 2007 at 21:48 UTC
Under "Home › Administer › Site configuration" in box "Footer message:", Javascript doesn't seem to be working. The code works for Drupal 4.6/4.7:
Copyright
<SCRIPT LANGUAGE="JAVASCRIPT">
var d = new Date();
var curr_year = d.getFullYear();
document.write(curr_year);
</SCRIPT>
© (My Name Here)
Comments
Comment #1
gerhard killesreiter commentedmoving
Comment #2
Uwe Hermann commentedComment #3
ChrisKennedy commentedThanks for the bug report. This is being discussed at http://drupal.org/node/75123