diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-25 06:52:29 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-25 06:52:29 -0400 |
commit | 7678b90ae843c2db48b29ed0e933764ef1d4214e (patch) | |
tree | 44fe04154f52cbd0d708dcf0761b312425c0df04 /demos/button | |
parent | cb030cbc1b9098a5eee0776328bea95d964b17ac (diff) | |
download | jquery-ui-7678b90ae843c2db48b29ed0e933764ef1d4214e.tar.gz jquery-ui-7678b90ae843c2db48b29ed0e933764ef1d4214e.zip |
Widget: Removed use of metadata. Fixes #7192 - Widget: Remove use of metadata.
Diffstat (limited to 'demos/button')
-rw-r--r-- | demos/button/icons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/button/icons.html b/demos/button/icons.html index 8c4bf5a30..78f01d707 100644 --- a/demos/button/icons.html +++ b/demos/button/icons.html @@ -43,7 +43,7 @@ <button>Button with two icons and no text</button> <div class="demo-description"> -<p>Some buttons with various combinations of text and icons, here specified via metadata.</p> +<p>Some buttons with various combinations of text and icons.</p> </div> </body> </html> |