Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Malformed HTML #11

Closed
rbtaw opened this issue Jul 11, 2015 · 2 comments
Closed

Malformed HTML #11

rbtaw opened this issue Jul 11, 2015 · 2 comments

Comments

@rbtaw
Copy link

rbtaw commented Jul 11, 2015

A malformed div tag shows up in the bottom of the modal during the loading:

you should replace this (line 151):

.replace('>1<', defaultSettings.loadingHtml);

with this :

.replace('>1<', '>'+defaultSettings.loadingHtml+'<');

in order to close div tag.

@saribe
Copy link
Owner

saribe commented Jul 12, 2015

Hi rbista,
That's right,

thanks for the feedback!

I will fix it and update build ASAP.

@saribe
Copy link
Owner

saribe commented Jul 12, 2015

Hi rbista,

The fix was uploaded.

thanks.

@saribe saribe closed this as completed Jul 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants