Skip to content

Commit 5ee708f

Browse files
committed
Use var title_documentation
1 parent 1e0d15a commit 5ee708f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_static/searchtools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ var Search = {
232232

233233
// Enrich item with parent doc_section title
234234
for (i = 0; i < results.length; i++)
235-
results[i][6] = results[i][6] || 'Plone Documentation';
235+
results[i][6] = results[i][6] || title_documentation;
236236

237237
// now sort the results by score (in opposite order of appearance, since the
238238
// display function below uses pop() to retrieve items) and then

0 commit comments

Comments
 (0)