Error in "inline buttons" documentation
There is an error in the "inline buttons" documentation
http://jquerymobile.com/demos/1.0a4.1/docs/buttons/buttons-inline.html
Displayed code
- <div data-inline="true">
- <a href="index.html" data-role="button">Cancel</a>
- <a href="index.html" data-role="button" data-theme="b"Save</a>
- </div>
Actual working code, used in the page
- <a href="index.html" data-role="button" data-inline="true">Cancel</a>
- <a href="index.html" data-role="button" data-theme="b" data-inline="true">Save</a>