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

Filter on 'Available Tags for Page'-popup stopped working #5

Open
joepmath opened this issue Aug 21, 2010 · 2 comments
Open

Filter on 'Available Tags for Page'-popup stopped working #5

joepmath opened this issue Aug 21, 2010 · 2 comments

Comments

@joepmath
Copy link

After installing the SNS extension the filter/search-box in the 'Available Tags
for Page'-popup doesn't work anymore.

This is caused by a javascript-error. Below my small fix:

$ diff lib/sns/page_tags.rb.old lib/sns/page_tags.rb
 45c45
 <     Your #{current_tag[:name]}'s content here...
 ---
 >   //  Your #{current_tag[:name]}'s content here...
@phobetron
Copy link

It's because the doc is improperly formatted. The < and > characters aren't being escaped when parsed.

@phobetron
Copy link

There are reasons I dislike markdown. code and pre tags are handled differently, and can jack up the text around them. Move those tag pairs to their own lines, and change the indenting to the same level.

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