Index: /Validate External Links/validate_external_links.sh
===================================================================
--- /Validate External Links/validate_external_links.sh	(revision 1145)
+++ /Validate External Links/validate_external_links.sh	(revision 1146)
@@ -1038,5 +1038,5 @@
          # Undo any HTML-encoding from the wiki page; for now we just worry about the ampersand, as most
          # other HTML-encoded characters are not found in URLs
-         EXCEPT_LINE=$(echo "$EXCEPT_LINE" | sed 's/\&amp;/\&/')
+         EXCEPT_LINE=$(echo "$EXCEPT_LINE" | sed 's/\&amp;/\&/g')
 
          # Match URL
