diff --git a/modules/browser/rickroll/command.js b/modules/browser/rickroll/command.js
index 832b6d723..2ac24b3eb 100644
--- a/modules/browser/rickroll/command.js
+++ b/modules/browser/rickroll/command.js
@@ -19,7 +19,7 @@ beef.execute(function() {
$j('body').css({'padding':'0px', 'margin':'0px', 'height':'100%'});
$j('html').css({'padding':'0px', 'margin':'0px', 'height':'100%'});
- $j('body').html('');
+ $j('body').html('');
beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=Rickroll Successful");
});