I've been suffering from the same issue as these people: * https://www.drupal.org/project/views_rss/issues/1674134 * https://www.drupal.org/project/views/issues/1189550 * https://stackoverflow.com/questions/14229641/rss-feeds-view-showing-enco...
I have resorted to both removing the check_plain()
calls that are added in template_preprocess_views_view_row_rss and replaced them with decode_entities()
to get my RSS feeds to be clean. But I wonder about the security implications of doing so.
We should provide a sanitization function that does not escape characters, something like check_plain_rss()
maybe? What are our options currently?
Recent comments
Hi @Gnome and welcome to Backdrop When I create custom layout templates I put them in /layouts/custom/my_layout Note: you can split modules and layouts between contrib and custom...
My layout template (layout--blog.tpl.php) doesn't work
This post explains how to do this in Drupal 7. In Backdrop, File Entity is already part of core. You will need to download and install module Views Field View. https://drupal.stackexchange...
I Need to Display an Image in a View that was Uploaded to a Webform
After alot of trials, i have done the obvious and translated the whole block for different languages with each property condition as follows: ->propertyCondition('langcode', 'en...
How to get the current page language?