Effect of &rarr; in <r:breadcrumbs />

Hi,

I’m trying to use the following in a footer snippet:

<r:breadcrumbs between=" → " /> ← You are here

Problem is, the → is converted into a > for some reason. How
can I fix this? I’m very new to Rails and Radiant.

On 8/22/06, Dave C. [email protected] wrote:

Hi,

I’m trying to use the following in a footer snippet:

<r:breadcrumbs between=" → " /> ← You are here

Looks like it should be “separator” instead of “between”

On 22/08/06, Bob S. [email protected] wrote:

On 8/22/06, Dave C. [email protected] wrote:

Hi,

I’m trying to use the following in a footer snippet:

<r:breadcrumbs between=" → " /> ← You are here

Looks like it should be “separator” instead of “between”

Ah yes, I see that looking at

http://dev.radiantcms.org/radiant/browser/trunk/radiant/app/models/page_context.rb

instead of the Tags Part 1 blog post I was working from before :slight_smile: