summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/resources/new_new_tab.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/new_new_tab.js b/chrome/browser/resources/new_new_tab.js
index e9618a9..d7d78c1 100644
--- a/chrome/browser/resources/new_new_tab.js
+++ b/chrome/browser/resources/new_new_tab.js
@@ -1568,7 +1568,7 @@ dnd.init();
/**
* Whitelist of tag names allowed in parseHtmlSubset.
* @type {[string]}
- * /
+ */
var allowedTags = ['A', 'B', 'STRONG'];
/**