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

Bad icon with FIXME and DELETEME #6

Closed
Jguilbaud opened this issue Jul 25, 2013 · 1 comment
Closed

Bad icon with FIXME and DELETEME #6

Jguilbaud opened this issue Jul 25, 2013 · 1 comment

Comments

@Jguilbaud
Copy link
Contributor

When adding smiley FIXME or DELETEME it add icon "LOL"

solution :
in dialogs/smileys.js : it missed var descr = dwimages[i][0];

(line 170) dwimages = config.dokuFixmeSmiley;
for(i=0; i< dwimages.length; i++) {
(=>added) var descr = dwimages[i][0];
html.push(

@turnermm
Copy link
Owner

Thank you. I've fixed it.

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

2 participants