aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/menuitem/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/menuitem/index.html')
-rw-r--r--files/zh-cn/web/html/element/menuitem/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/element/menuitem/index.html b/files/zh-cn/web/html/element/menuitem/index.html
index 74bda2d9d9..18605f55a0 100644
--- a/files/zh-cn/web/html/element/menuitem/index.html
+++ b/files/zh-cn/web/html/element/menuitem/index.html
@@ -85,7 +85,7 @@ translation_of: Web/HTML/Element/menuitem
<menu type="context" id="popup-menu">
<menuitem type="checkbox" checked>Checkbox</menuitem>
<hr>
- <menuitem type="command" label="This command does nothing" icon="https://developer.cdn.mozilla.net/static/img/favicon144.png">
+ <menuitem type="command" label="This command does nothing" icon="https://developer.mozilla.org/static/img/favicon144.png">
Commands don't render their contents.
</menuitem>
<menuitem type="command" label="This command has javascript" onclick="alert('command clicked')">