Skip to content

Relative URLs in the browseable view are not clickable #8460

Discussion options

You must be logged in to vote

There's an easy fix. Just add a or value.startswith('/') here:

(value.startswith('http:') or value.startswith('https:')) and not

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tomchristie
Comment options

Answer selected by tomchristie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants