From 61a49f228204e2991aea7970c44efdd433f8c71b Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Wed, 19 Jan 2005 02:29:25 +0000 Subject: Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow prevent hyphens from breaking flag names Patch by LpSolit@gmail.com r=wurblzap a=myk --- t/004template.t | 1 + 1 file changed, 1 insertion(+) (limited to 't') diff --git a/t/004template.t b/t/004template.t index 86b505c28..f35b53425 100644 --- a/t/004template.t +++ b/t/004template.t @@ -93,6 +93,7 @@ foreach my $include_path (@include_paths) { FILTERS => { html_linebreak => sub { return $_; }, + no_break => sub { return $_; } , js => sub { return $_ } , inactive => [ sub { return sub { return $_; } }, 1] , closed => [ sub { return sub { return $_; } }, 1] , -- cgit v1.2.3-24-g4f1b