Skip to content

Commit

Permalink
Demos: Replaced "carat" with "caret" in the external widgets demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Schulhof committed Jun 4, 2015
1 parent 958569a commit d27501f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/external-widgets/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
if (!isset($_SERVER['HTTP_X_REQUESTED_WITH']) || strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) !== 'xmlhttprequest') {
// Markup inside the body of this if-statement is only sent with HTTP requests
</code></pre>
<a href="info.php" class="ui-btn ui-corner-all ui-shadow ui-btn-inline ui-icon-carat-r ui-btn-icon-right" data-ajax="false">Open Demo</a>
<a href="info.php" class="ui-btn ui-corner-all ui-shadow ui-btn-inline ui-icon-caret-r ui-btn-icon-right" data-ajax="false">Open Demo</a>
<div data-demo-html="./info.php?source=true" data-demo-js="./shared-widget-init.js"></div>
</div><!-- /content -->

Expand Down
2 changes: 1 addition & 1 deletion demos/external-widgets/info.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<!-- Shared header markup must be added to all documents of the application to ensure any
of them can serve as the start page. The server can be instructed to omit sending
this portion of the data whenever the request for the document is made via Ajax. -->
<a href="../toolbar/" data-rel="back" class="ui-btn ui-btn-left ui-alt-icon ui-nodisc-icon ui-corner-all ui-btn-icon-notext ui-icon-carat-l">Back</a>
<a href="../toolbar/" data-rel="back" class="ui-btn ui-btn-left ui-alt-icon ui-nodisc-icon ui-corner-all ui-btn-icon-notext ui-icon-caret-l">Back</a>
<a href="#shared-panel" data-rel="panel" class="ui-btn ui-btn-right ui-alt-icon ui-nodisc-icon ui-corner-all ui-btn-icon-right ui-icon-navigation">Navigation</a>
<div data-role="popup" id="nav-menu" data-theme="a">
<form class="ui-content">
Expand Down
2 changes: 1 addition & 1 deletion demos/external-widgets/page-b.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<!-- Shared header markup must be added to all documents of the application to ensure any
of them can serve as the start page. The server can be instructed to omit sending
this portion of the data whenever the request for the document is made via Ajax. -->
<a href="../toolbar/" data-rel="back" class="ui-btn ui-btn-left ui-alt-icon ui-nodisc-icon ui-corner-all ui-btn-icon-notext ui-icon-carat-l">Back</a>
<a href="../toolbar/" data-rel="back" class="ui-btn ui-btn-left ui-alt-icon ui-nodisc-icon ui-corner-all ui-btn-icon-notext ui-icon-caret-l">Back</a>
<a href="#shared-panel" data-rel="panel" class="ui-btn ui-btn-right ui-alt-icon ui-nodisc-icon ui-corner-all ui-btn-icon-right ui-icon-navigation">Navigation</a>
<div data-role="popup" id="nav-menu" data-theme="a">
<form class="ui-content">
Expand Down

0 comments on commit d27501f

Please sign in to comment.