The option Fieldset Description (Optional tab description) is always shown in plain text in the view.
I use field_collection_views module to show the items of the collection in vertical tabs.

Comments

dhavid created an issue. See original summary.

rooby’s picture

Title: Fieldset Description is always shown in plane text » Fieldset description is always shown in plain text
Component: User interface » Code
Assigned: dhavid » Unassigned
Category: Task » Bug report

There is some code in template_preprocess_views_view_vertical_tabs() that specifically strips the tags out.

I'm not really sure why though as I cannot think of a technical reason why it would have to be that way.
I would think that if for some reason you need to strip tags, it should be an option, not forced for all users, especially seeing as you can handle stripping tags out in the views field settings if you want to do that.

I can understand it for the other options, which go in the tab switcher, but since this goes in the tab contents it should be fine with markup.

I would say this is a bug unless the module maintainer has a reason that it should be stripping out tags.

jibran’s picture

Issue summary: View changes

At the time I thought we were not allowed to use html tags in the description that's why the tags were stripped. I agree we should provide the option to strip the tags or not in te style settings.