Posted by bjcool on April 21, 2009 at 12:11pm
Jump to:
| Project: | Bibliography Module |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
In _biblio_filter_replace_callback() the line
$str = '<p><hr /><p><h3>'. t('References') .'</h3></p>';produces invalid HTML. Is
$str = '<p><hr /></p><h3>'. t('References') .'</h3>';or
$str = '<p><hr /></p><p><h3>'. t('References') .'</h3></p>';or
the intended code?
Comments
#1
#2
Thanks,
That's been fixed now.
Ron.
#3
Reviewed the fix. Thx!
Closing the bug now.