The bottom of my favorites block displays like this ("Embedded Video is a custom content type):

More Favorite <em>Embedded Video</em>

Also when I click on the link and go to the Favorites page I get:

Favorite Embedded Video for <a href="/drupaltest/user/1" title="View user profile.">admin</a>

Displaying as the node title.

Comments

mr.andrey’s picture

I'm getting the same thing - when I go to /favorite_nodes/view/1, I get this:

<a href="/users/admin" title="View user profile.">admin</a>

and no listing of any favorite nodes.

A.

stg11’s picture

I looked at the html being produced. Here is a pertinent snippet of what It is generating:

<div class="more">
<a href="/drupaltest/favorite_nodes/view/1/embedded_video">More Favorite &lt;em&gt;Embedded Video&lt;/em&gt;</a>

The < and > symbols are being translated to &lt; and &gt;

I thought that the fckeditor might be interfering even though it's not an editable page, so I turned off the fckeditor and that did NOT help.

Dabitch’s picture

The patch here in the comments http://drupal.org/node/181762 took care of the problems nicely no sideffects seen.

stg11’s picture

Status: Active » Closed (fixed)

closing issue