Skip to content

Commit 149c673

Browse files
RReval102harsha509
andauthored
Fix iframe attribute spacing in Chinese frames documentation (#2563)[deploy site]
Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com>
1 parent bdae90a commit 149c673

File tree

1 file changed

+1
-1
lines changed
  • website_and_docs/content/documentation/webdriver/interactions

1 file changed

+1
-1
lines changed

website_and_docs/content/documentation/webdriver/interactions/frames.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ aliases: [
1616

1717
```html
1818
<div id="modal">
19-
<iframe id="buttonframe"name="myframe"src="https://seleniumhq.github.io">
19+
<iframe id="buttonframe" name="myframe" src="https://seleniumhq.github.io">
2020
<button>Click here</button>
2121
</iframe>
2222
</div>

0 commit comments

Comments
 (0)