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
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

mr.andrey - October 5, 2007 - 22:33

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

stg11 - November 29, 2007 - 23:35

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.

#3

Dabitch - December 19, 2007 - 12:07

I'm having the same problem with code showing in the favorites box and that "

#4

Dabitch - December 19, 2007 - 13:24

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

 
 

Drupal is a registered trademark of Dries Buytaert.