diff options
author | bbaetz%student.usyd.edu.au <> | 2002-07-01 12:28:50 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-07-01 12:28:50 +0200 |
commit | aa7127c201ab8be7b6ba7f70767086c4fc6d1e44 (patch) | |
tree | eab4af26dc4ce8cbbbd9558faf559a8517251f7d /t | |
parent | 3d5db0fc3ba11a5fee1428466a1542bca7551287 (diff) | |
download | bugzilla-aa7127c201ab8be7b6ba7f70767086c4fc6d1e44.tar.gz bugzilla-aa7127c201ab8be7b6ba7f70767086c4fc6d1e44.tar.xz |
Bug 150770 - Lost <nobr> arround query results
r=jouni, justdave
Diffstat (limited to 't')
-rw-r--r-- | t/004template.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/004template.t b/t/004template.t index f56a30140..ba50c1e66 100644 --- a/t/004template.t +++ b/t/004template.t @@ -80,7 +80,6 @@ my $template = Template->new( js => sub { return $_ } , strike => sub { return $_ } , url_quote => sub { return $_ } , - no_break => sub { return $_ } , }, } ); |