K 10 svn:author V 6 murray K 8 svn:date V 27 2001-07-20T04:59:28.000000Z K 7 svn:log V 346 Correctly display local file links in the print stylesheet. Local-file URLs are encoded as file://localhost/path/file which is fine for HTML but this looks ugly when printed. Add a function to chop off the "file://localhost" so that the above URL would be printed as "/path/file" but still link to "file://localhost/path/file" for HTML output. END