diff --git a/include/util.js b/include/util.js
index 0920227a52489b02ad31023a7bd6f71e8db88b6a..abadcf87836ded77b4bd08426219b29296b98826 100644
--- a/include/util.js
+++ b/include/util.js
@@ -242,7 +242,7 @@ Util.Features = {xpath: !!(document.evaluate), air: !!(window.runtime), query: !
 Util.Engine = {
     // Version detection break in Opera 11.60 (errors on arguments.callee.caller reference)
     //'presto': (function() {
--   //         return (!window.opera) ? false : ((arguments.callee.caller) ? 960 : ((document.getElementsByClassName) ? 950 : 925)); }()),
+    //         return (!window.opera) ? false : ((arguments.callee.caller) ? 960 : ((document.getElementsByClassName) ? 950 : 925)); }()),
     'presto': (function() { return (!window.opera) ? false : true; }()),
 
     'trident': (function() {