I don't see the admin/settings/syndication page on my install (seems to have been a problem with earlier 4.7 versions).

Also, the /syndication page shows HTML code on links instead of rendering it At Bohemica.com, <a href="/blog/feed">all users</a> and each user, have an RSS feed for their blog.

Comments

jaydub’s picture

In the string with the links, substitute '!' for the '%' that is used for the variable replacement. So something like this:

t('blah blah foo bar baz %link big bad boff', array('%link' => l('here', 'node/')));

would become

t('blah blah foo bar baz !link big bad boff', array('!link' => l('here', 'node/')));

shmooth’s picture

muchas gracias. i wasn't original reporter, but i had that same OPML issue. the '!' substitution worked, but i have no idea why...??

aaron1234nz’s picture

Status: Active » Fixed

this was fixed in the last commit

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.