Skip to content

Commit bc6efb0

Browse files
committed
Update the docs
1 parent 00ad5d3 commit bc6efb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/prepare.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ def main(*args, **kwargs):
106106
changed = True
107107
line = (
108108
'<section align="center"><div align="center">'
109-
'<h2>English / <a href="https://seleniumbase.io/help_docs/chinese/">中文文件</h2>'
109+
'<h2><English / '
110+
'<a href="https://seleniumbase.io/help_docs/chinese/">'
111+
'中文文件</h2>'
110112
'</div></section>')
111113
if "<!-- SeleniumBase Docs -->" in line:
112114
changed = True

0 commit comments

Comments
 (0)