Changeset 1146
- Timestamp:
- Nov 1, 2020, 7:55:05 PM (5 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  Validate External Links/validate_external_links.sh (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      Validate External Links/validate_external_links.shr1145 r1146 1038 1038 # Undo any HTML-encoding from the wiki page; for now we just worry about the ampersand, as most 1039 1039 # 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') 1041 1041 1042 1042 # Match URL 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
