Closed (works as designed)
Project:
Computed Field
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2012 at 22:40 UTC
Updated:
6 May 2012 at 19:38 UTC
I'm not sure if this is really a computed_field issue - I figured it "might" be - because of http://drupal.org/node/1426372
I have the exact same issue as there (#3) - except the solution (#5) is not the solution here (since my view is already set correctly to computed_field_unsanitized).
I want the field to output to be rewritten to:
But it's sanitized - so the style part is removed.
Any ideas as how I can get the unsanitized formatter, to actually be unsanitized?
Comments
Comment #1
klavs commentedlooked at the code - and saw this module did nothing to the output - and found an issue about views that does.
Closing.
Comment #1.0
klavs commentedexplaining why #5 solution is n/a here.