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

Invalid BBCode format #1

Open
miguelSantirso opened this issue May 7, 2014 · 0 comments · May be fixed by #2
Open

Invalid BBCode format #1

miguelSantirso opened this issue May 7, 2014 · 0 comments · May be fixed by #2

Comments

@miguelSantirso
Copy link

When using the BBCode input formatter, the ImageUpload plugins provides the following output:

[img alt="'+filename+'" title="'+filename+'"]'+url+'[/img]

The alt and title options are not supported (see http://www.bbcode.org/reference.php) and prevent Vanilla from properly rendering the image.

miguelSantirso added a commit to miguelSantirso/ImageUpload that referenced this issue May 7, 2014
Remove unsuported options `alt` and `title`. 

These options prevent Vanilla from properly rendering the image.

Fix vanilla-china#1
@miguelSantirso miguelSantirso linked a pull request May 7, 2014 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant