Ignore:
Timestamp:
Nov 1, 2020, 7:55:05 PM (4 years ago)
Author:
iritscen
Message:

ValExtLinks: Replace all occurrences of HTML-encoded '&'s in exception URL, not just the first.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Validate External Links/validate_external_links.sh

    r1145 r1146  
    10381038         # Undo any HTML-encoding from the wiki page; for now we just worry about the ampersand, as most
    10391039         # other HTML-encoded characters are not found in URLs
    1040          EXCEPT_LINE=$(echo "$EXCEPT_LINE" | sed 's/\&/\&/')
     1040         EXCEPT_LINE=$(echo "$EXCEPT_LINE" | sed 's/\&/\&/g')
    10411041
    10421042         # Match URL
Note: See TracChangeset for help on using the changeset viewer.