Posted by nsk on February 14, 2005 at 3:35pm
Jump to:
| Project: | Printer, e-mail and PDF versions |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I noticed the module uses
tags. They should be replaced by
to make the module more XHTML compatible.
Comments
#1
This should have been: Replace
<br>with<br />.#2
Actually I wrote the actual tags, but Drupal.org converts anything to html without asking me, so the tags became newline characters. Drupal.org should support plain text posts.
#3
Comitted to CVS for Drupal 4.7 (but not tagged for 4.7 packaging). Needs backport for older versions.
#4