Skip to content

Commit 564917a

Browse files
committed
#3258 added space
1 parent 6659e44 commit 564917a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ router.beforeEach((to, from, next) => {
414414

415415
//Changes title to reflect CVE-ID
416416
if (to.name === "CVERecord") {
417-
document.title = to.query.id + "| CVE"
417+
document.title = to.query.id + " | CVE"
418418
}
419419

420420
// Skip rendering meta tags if there are none.

0 commit comments

Comments
 (0)