diff --git a/misc/drupal.js b/misc/drupal.js
index 2d25a7a59af2a84341e9777019a472bdf05d3984..80414afb08f8ea3795a432a749049311f2326e0e 100644
--- a/misc/drupal.js
+++ b/misc/drupal.js
@@ -33,7 +33,7 @@ if (typeof XMLHttpRequest == 'undefined') {
       }
       catch (e) { }
     }
-    throw new Error("No XML component installed!")
+    throw new Error("No XML component installed!");
   }
 }