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

[Bug] URLs in description are not properly formatted #1

Closed
darklinkpower opened this issue Nov 24, 2019 · 3 comments
Closed

[Bug] URLs in description are not properly formatted #1

darklinkpower opened this issue Nov 24, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@darklinkpower
Copy link
Contributor

As seen here:
imagen

Links are being saved with this format:
[url=https://vndb.org/c6498]Okabe Rintarou[/url]

When they should be saved as:
<a href="https://vndb.org/c6498">Okabe Rintarou</a>

@Mithnar Mithnar added the enhancement New feature or request label Nov 24, 2019
@Mithnar Mithnar added this to To do in 1.0 Release Nov 24, 2019
@Mithnar Mithnar moved this from To do to In progress in 1.0 Release Nov 24, 2019
@Mithnar Mithnar self-assigned this Nov 24, 2019
@Mithnar Mithnar moved this from In progress to Done in 1.0 Release Nov 24, 2019
@Mithnar
Copy link
Owner

Mithnar commented Nov 24, 2019

Fixed in: a5fcac3

@darklinkpower
Copy link
Contributor Author

That was fast!

@Mithnar Mithnar closed this as completed Nov 24, 2019
@KuroThing
Copy link

Fixed in: a5fcac3

For reference, vndb accepts urls like v11 or other similar {char}{id} patterns. These would ideally be expanded to prefix the vndb.org domain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
1.0 Release
  
Done
Development

No branches or pull requests

3 participants