Closed (fixed)
Project:
Syndication
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2007 at 08:00 UTC
Updated:
15 Jun 2008 at 03:44 UTC
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
Comment #1
jaydub commentedIn 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/')));
Comment #2
shmooth commentedmuchas gracias. i wasn't original reporter, but i had that same OPML issue. the '!' substitution worked, but i have no idea why...??
Comment #3
aaron1234nz commentedthis was fixed in the last commit
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.