More favorites spills html tags
stg11 - September 6, 2007 - 22:13
| Project: | Favorite Nodes |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
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.
#2
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 <em>Embedded Video</em></a>
The < and > symbols are being translated to
<and>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.
#3
I'm having the same problem with code showing in the favorites box and that "
#4
The patch here in the comments http://drupal.org/node/181762 took care of the problems nicely no sideffects seen.