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

only the first <img> tag seems to be changed #66

Open
mariodeci opened this issue May 28, 2015 · 0 comments
Open

only the first <img> tag seems to be changed #66

mariodeci opened this issue May 28, 2015 · 0 comments

Comments

@mariodeci
Copy link

With this:

<div class="col-xs-4 col-md-4 navbar-brand">
            <img src="/assets/img/mylogo.png" alt="mylogo"></img> 
            <img src="/assets/img/myimg.png" alt="myimg"></img> 
        </div>

After the script:

<img src="/mycdn/assets/img/mylogo.7f15b928.png" alt="mylogo">
<img src="/assets/img/myimg.98a2990a.png" alt="myimg">

Only the first one has "/mycdn/" added.

Why?

Thanks

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

1 participant