lets tell people that they can use html. they might not realize. not sure how/if you are reconciling this input with drupal's html filters. i guess the dedfault filter format is used. technically, that should run through check_markup before being outputted tothe page. that might be hard here.

Comments

stefano73’s picture

I guess a good solution is adding a format field to the site_tour table, and let the user choose the appropriate format for the descriptions. The tour edit form would have the filter form generated by filter_form($tour->format). I'll post a patch for this tomorrow, thanks for your hints.

moshe weitzman’s picture

yes, this sounds like the proper fix.