diff --git a/src/librustdoc/html/static/storage.js b/src/librustdoc/html/static/storage.js
index 40a6a156972f6..eae998ca3ecbf 100644
--- a/src/librustdoc/html/static/storage.js
+++ b/src/librustdoc/html/static/storage.js
@@ -119,7 +119,7 @@ function switchTheme(styleElem, mainStyleElem, newTheme, saveTheme) {
function getSystemValue() {
var property = getComputedStyle(document.documentElement).getPropertyValue('content');
- return property.replace(/\"\'/g, "");
+ return property.replace(/[\"\']/g, "");
}
switchTheme(currentTheme, mainTheme,