diff --git a/content/template.js b/content/template.js
index a59d7053..02de9aa3 100644
--- a/content/template.js
+++ b/content/template.js
@@ -39,11 +39,11 @@ const template = {
// some objects like window.JSON or getBrowsers()._browsers need the try/catch
try
{
- switch (arg == null ? "undefined" : typeof arg)
- {
- case "number":
- return {arg};
- case "string":
+ switch (arg == null ? "undefined" : typeof arg)
+ {
+ case "number":
+ return {arg};
+ case "string":
if (processStrings)
arg = <>{util.escapeString(arg)}>;
return {arg};