When i make a disposal ike this
it puts "<span style="background-color: rgb(255, 255, 255); ...." on every disposal again, so i searched the code to make a class for it and found this:
'<DIV CLASS="qa-q-view-content">',
$q_view['content'],
'</DIV>'
it seems to be in the $q_view['content'], but how do i chance it? The same goes with: $q_view['follows'] form($q_view['form'] where are all those stored, so that i can edit them?
Thank you!