We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9343d87 + ba12017 commit f6f83efCopy full SHA for f6f83ef
index.html
@@ -429,8 +429,7 @@ <h3>{{demo.name}}</h3>
429
},
430
setTitle: function(demo) {
431
if (demo) {
432
- // NB: Uses an unencoded en dash, not a hyphen.
433
- document.title = demo.name + ' – ' + this.defaultTitle_;
+ document.title = demo.name + ' - ' + this.defaultTitle_;
434
} else {
435
document.title = this.defaultTitle_;
436
}
0 commit comments