Changeset 1146 for Validate External Links
- Timestamp:
- Nov 1, 2020, 7:55:05 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Validate External Links/validate_external_links.sh
r1145 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.