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.
1 parent 31df298 commit 88381e8Copy full SHA for 88381e8
html5lib/html5parser.py
@@ -1196,7 +1196,7 @@ def startTagIsIndex(self, token):
1196
if "prompt" in token["data"]:
1197
prompt = token["data"]["prompt"]
1198
else:
1199
- prompt = "This is a searchable index. Insert your search keywords here: "
+ prompt = "This is a searchable index. Enter search keywords: "
1200
self.processCharacters(
1201
{"type":tokenTypes["Characters"], "data":prompt})
1202
attributes = token["data"].copy()
0 commit comments