Active
Project:
Views vertical tabs style plugin
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2015 at 01:20 UTC
Updated:
30 Jan 2017 at 23:05 UTC
Jump to comment: Most recent
Comments
Comment #2
rooby commentedThere 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.
Comment #3
jibranAt 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.