Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Url filter problems #160

Open
dereuromark opened this issue Nov 27, 2020 · 1 comment
Open

Url filter problems #160

dereuromark opened this issue Nov 27, 2020 · 1 comment

Comments

@dereuromark
Copy link
Collaborator

dereuromark commented Nov 27, 2020

[url=https://example.net/]Dies soll ein Link sein[/url]

[url=https://example.net/]Dies soll ein Link[/url]

[url=https://example.net/]Dies soll ein[/url]

[url=https://example.net/]Dies soll[/url]

[url=https://example.net/]Dies[/url]

https://example.net/ 

becomes

<div class="body bbcode">
Dies soll ein Link sein<br><br>
Dies soll ein Link<br><br>
Dies soll ein<br><br>
Dies soll<br><br>
<a href="http://Dies">Dies</a><br><br>
<a href="https://example.net">https://example.net</a>/
</div>

So only the last two (with no space in the title) works.

The trailing slash at the end getting removed from the last is only a minor issue.
The main one for sure is the linking not working for the first 4

@dereuromark
Copy link
Collaborator Author

Interesting: Using quotes works, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant