Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

fix bug: matching scripts in htmlmined html file #620

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix bug: matching scripts in htmlmined html file #620

wants to merge 1 commit into from

Commits on Apr 7, 2016

  1. fix bug: matching script in htmlmined html file

    The original regex for matching <script src="..." in html file can only match script tags in different lines.
    If the content of a html file (for example a html file which has been htmlmined) looks like this:
    
    <script src="js/vendor-437841c1.js"></script><script src="js/script-9d21274e.js"></script>
    
    It can not be matched correctly.
    New regex could solve this problem.
    ytxiuxiu committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    e1e614b View commit details
    Browse the repository at this point in the history