diff options
-rw-r--r-- | misc/drupal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/drupal.js b/misc/drupal.js index 7ae737c63..83b088428 100644 --- a/misc/drupal.js +++ b/misc/drupal.js @@ -164,7 +164,7 @@ Drupal.formatString = function(str, args) { str = str.replace(key, args[key]); } return str; -} +}; /** * Translate strings to the page language or a given language. |