Skip to content

Commit 88381e8

Browse files
author
James Graham
committed
Change isindex text for test/gecko/webkit compatibility
1 parent 31df298 commit 88381e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5lib/html5parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ def startTagIsIndex(self, token):
11961196
if "prompt" in token["data"]:
11971197
prompt = token["data"]["prompt"]
11981198
else:
1199-
prompt = "This is a searchable index. Insert your search keywords here: "
1199+
prompt = "This is a searchable index. Enter search keywords: "
12001200
self.processCharacters(
12011201
{"type":tokenTypes["Characters"], "data":prompt})
12021202
attributes = token["data"].copy()

0 commit comments

Comments
 (0)