-
Notifications
You must be signed in to change notification settings - Fork 623
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
category::form_tree() doesn't close <li> and <ul> tags. #905
Comments
… <ul> tags. I added the missing </li> tags and fixed the program logic so the last </ul> tag is also added. I also made the output HTML pretty. It made debugging a lot easier.
Closed. |
These were removed by ushahidi#905. Now leaving in both classes and IDs Also removing windows style new lines
Good catch. Somehow I haven't missed that all the times I've messed with the category helper lately. However you also reverted the change to add classes to category columns instead of IDs.. just readded that. |
Thanks for catching that. I was working on a 2.5 install that had zero On 10/23/2012 02:20 PM, Robbie MacKay wrote:
|
…<li> and <ul> tags. I added the missing </li> tags and fixed the program logic so the last </ul> tag is also added. I also made the output HTML pretty. It made debugging a lot easier.
These were removed by ushahidi#905. Now leaving in both classes and IDs Also removing windows style new lines
Not only are the closing tags for
tag either. Good thing modern browsers are so smart.
The text was updated successfully, but these errors were encountered: