4.6 and XHTML
Eglish - June 18, 2005 - 22:14
| Project: | Printer, e-mail and PDF versions |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | km |
| Status: | closed |
Description
I started with the 4.5.0 version of this module. I've changed how theme_print_link() outputs the image so that it works in 4.6.1 and I changed print.tpl.php for XHTML compliance.
This should now allow Print Friendly Pages to completely work with Drupal 4.6.
| Attachment | Size |
|---|---|
| print.module | 5.21 KB |

#1
print.tpl.php
#2
Thanks a lot!
I will investigate and commit your changes in two weeks (after a vacation).
#3
Tidy reported a warning related to the site link on the top. The following:
l($base_url,'')Generates an empty href, which can be fixed link this:
l($base_url,$base_url);)
#4
Comitted to CVS for Drupal 4.7 (but not tagged for 4.7 packaging). Needs backport for older versions.
#5