summaryrefslogtreecommitdiff
path: root/help/C/warning.page
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2017-09-23 22:48:48 +0200
committerAndre Klapper <a9016009@gmx.de>2017-09-23 22:48:48 +0200
commitd0da299f5145e9a31824f834fd9147d5dda5c0f5 (patch)
tree107c24c3d0b25abfb3a234fd013a62fe05c7e03a /help/C/warning.page
parentman: Remove mention of gdialog (diff)
downloadzenity-d0da299f5145e9a31824f834fd9147d5dda5c0f5.tar.gz
zenity-d0da299f5145e9a31824f834fd9147d5dda5c0f5.tar.bz2
zenity-d0da299f5145e9a31824f834fd9147d5dda5c0f5.zip
help: Remove id parameter from figure element, to pass 'yelp-check validate'
Diffstat (limited to 'help/C/warning.page')
-rw-r--r--help/C/warning.page3
1 files changed, 1 insertions, 2 deletions
diff --git a/help/C/warning.page b/help/C/warning.page
index 1b7a642f..f470d847 100644
--- a/help/C/warning.page
+++ b/help/C/warning.page
@@ -21,8 +21,7 @@ zenity --warning \
--text="Disconnect the power cable to avoid electrical shock."
</code>
-
- <figure id="zenity-warning-screenshot">
+ <figure>
<title>Warning Dialog Example</title>
<desc><app>Zenity</app> warning dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-warning-screenshot.png"/>
bgstack15