I edited this answer with an improved version today:
Function to INSERT dynamic list of columns in multiple tables
When trying to submit I got an error message from the link validator:
Links to ... are not allowed
Consider the screenshot:
Took me some time to figure out that the broken one was actually link [2], not [4].
Two aspects of the error message were confusing:
- It pointed to a valid, unrelated link.
- It referred to the wrong number in the appended link list.
It looks like the validator got confused by the later appearance of a correct instance to the same URL?
Note that the missing 5
for the last link is just an artefact from my attempts to debug the problem. I got the same error message with 5
present.
http://%20%20%5B4%5D:%20
part in the message (which wasn't helpful of it)http://%20%20%5B4%5D:%20
is just URL-encodedhttp:// [4]
... tricky :). Well, unecoding wasn't really helpful, I can subscribe to that.