Skip to content

Commit f561c3d

Browse files
agcolomapsdehal
authored andcommitted
Loader: Fixed quote issue in loader html option
Closes gh-343
1 parent 40e13c3 commit f561c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/loader.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $.mobile.loading( "show", {
3232
<options>
3333
<xi:include href="../includes/widget-option-defaults.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
3434
<xi:include href="../includes/widget-option-disabled.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
35-
<option name="html" default='""' example-value='"&lt;span class=&quot;ui-icon ui-icon-loading&quot;&gt;&lt;img src=&quot;jquery-logo.png&quot; /&gt;&lt;h2&gt;is loading for you ...&lt;/h2&gt;&lt;/span&gt;"'>
35+
<option name="html" default='""' example-value='"&lt;span class=&#39;ui-icon ui-icon-loading&#39;&gt;&lt;img src=&#39;jquery-logo.png&#39; /&gt;&lt;h2&gt;is loading for you ...&lt;/h2&gt;&lt;/span&gt;"'>
3636
<desc>If this is set to a non empty string value, it will be used to replace the entirety of the loader's inner html.</desc>
3737
<type name="string" />
3838
</option>

0 commit comments

Comments
 (0)