JSDOC/Scope.js
[gnome.introspection-doc-generator] / JSDOC / Scope.js
index e912736..d03c7aa 100644 (file)
@@ -236,7 +236,7 @@ Scope.prototype = {
                 //println([     repsym,mungedValue ]);
                 
                 if (this.mungeM && repsym.length < mungedValue.length) {
-                    println("REPLACE:"+ mungedValue +" with " + repsym + "<BR>");    
+                    print("REPLACE:"+ mungedValue +" with " + repsym );    
                     mungedValue = repsym;
                     repsym = '';
                 }