Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.7
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Oct 2009 at 15:26 UTC
Updated:
22 Oct 2009 at 20:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
Frank Steiner commentedTags were added before check_plain.
Please try the attached patch.
Comment #2
LIQUID VISUAL commentedWill this result in overlapping tags?
$content .= '<div class="biblio-current-filters"><b>'.t('Search results for <em>').'</b>';Comment #3
rjerome commentedYes it will.
I would recommend (and have already implemented in the code)...
Comment #4
LIQUID VISUAL commentedThanks for both the patches...let me see where the issue is in the code.
Does that mean that the easiest thing to do is to download the module, extract the one file, and upload that to my site(s)?
Comment #5
rjerome commentedYou could just edit biblio.pages.inc and change line 591 to look like this...
and change line 637 to look like this...
Ron.
Comment #6
LIQUID VISUAL commentedpoifect! Many thanks!
Comment #7
rjerome commentedComment #8
rjerome commentedhttp://drupal.org/cvs?commit=272548