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.

AttachmentSize
print.module5.21 KB

#1

Eglish - June 18, 2005 - 22:14

print.tpl.php

AttachmentSize
print.tpl.php1.64 KB

#2

km - July 14, 2005 - 09:03
Assigned to:Anonymous» km

Thanks a lot!

I will investigate and commit your changes in two weeks (after a vacation).

#3

markus_petrux - November 15, 2005 - 01:55

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

deekayen - December 20, 2005 - 20:41
Priority:critical» normal
Status:patch (code needs review)» fixed

Comitted to CVS for Drupal 4.7 (but not tagged for 4.7 packaging). Needs backport for older versions.

#5

Anonymous - January 3, 2006 - 21:00
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.