mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 03:44:24 +00:00
use double quotes
This commit is contained in:
parent
370fcce564
commit
587b64e88b
@ -2932,7 +2932,7 @@ ${item.displayPath}<span class="${type}">${name}</span>\
|
||||
}
|
||||
|
||||
// Update document title to maintain a meaningful browser history
|
||||
searchState.title = '"' + query.original + '" Search - Rust';
|
||||
searchState.title = "\"" + query.original + "\" Search - Rust";
|
||||
|
||||
// Because searching is incremental by character, only the most
|
||||
// recent search query is added to the browser history.
|
||||
|
Loading…
Reference in New Issue
Block a user