From de2578c2dce7656bbeb542cdd7839bb00bca9f12 Mon Sep 17 00:00:00 2001 From: Ruben Daniels Date: Tue, 21 Apr 2015 01:54:01 +0000 Subject: [PATCH] tweak --- plugins/c9.ide.plugins/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/c9.ide.plugins/test.js b/plugins/c9.ide.plugins/test.js index 8afc1b74..cf813862 100644 --- a/plugins/c9.ide.plugins/test.js +++ b/plugins/c9.ide.plugins/test.js @@ -125,7 +125,7 @@ define(function(require, exports, module) { loadIframe(pluginName, function(err, tab){ if (err) return callback(err); - tab.editor.setLocation("Test for `" + pluginName + "`") + tab.editor.setLocation("Test for '" + pluginName + "'") // Wait until iframe is loaded plugin.once("ready", function(){