Skip to content

Commit 83737b4

Browse files
committed
Fix iframe attribute spacing in Chinese frames documentation
1 parent 16132d0 commit 83737b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • website_and_docs/content/documentation/webdriver/interactions

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)