From aa7127c201ab8be7b6ba7f70767086c4fc6d1e44 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Mon, 1 Jul 2002 10:28:50 +0000 Subject: Bug 150770 - Lost arround query results r=jouni, justdave --- globals.pl | 9 --------- 1 file changed, 9 deletions(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index 6e84cb0da..fdb189498 100644 --- a/globals.pl +++ b/globals.pl @@ -1568,15 +1568,6 @@ $::template ||= Template->new( # filter should be used for a full URL that may have # characters that need encoding. url_quote => \&url_quote , - - # Returns the text with spaces converted to non-breaking space - # HTML entities. - no_break => sub - { - my ($var) = @_; - $var =~ s/ /\ /g; - return $var; - } , } , } ) || DisplayError("Template creation failed: " . Template->error()) -- cgit v1.2.3-24-g4f1b