Download & Extend

Typo in HTML in _biblio_filter_replace_callback()

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

Title:Typo in HTML in xxx()» Typo in HTML in _biblio_filter_replace_callback()

#2

Status:active» fixed

Thanks,

That's been fixed now.

Ron.

#3

Status:fixed» closed (fixed)

Reviewed the fix. Thx!

Closing the bug now.