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

auto_complete_result() returns a Array.to_s #2

Open
jeena opened this issue Dec 28, 2009 · 0 comments
Open

auto_complete_result() returns a Array.to_s #2

jeena opened this issue Dec 28, 2009 · 0 comments

Comments

@jeena
Copy link

jeena commented Dec 28, 2009

auto_complete_result() does at the end content_tag("ul", items.uniq) and items is just a array. That way I get <ul>["<li>foo</li>","<li>bar</li>"]</ul> where it should be <ul><li>foo</li><li>bar</li></ul>.

I added content_tag("ul", items.uniq.join("") but wonder why this never came upp. I am using Rails 2.3.5.

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