diff options
author | travis%sedsystems.ca <> | 2005-01-19 02:29:25 +0000 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-01-19 02:29:25 +0000 |
commit | 61a49f228204e2991aea7970c44efdd433f8c71b (patch) | |
tree | 02f413c6b6600b62231883fa4b5baf121c5d96ac /t | |
parent | 00aa5409017d6e0f6607e09502c8d0d470077473 (diff) | |
download | bugs-61a49f228204e2991aea7970c44efdd433f8c71b.tar bugs-61a49f228204e2991aea7970c44efdd433f8c71b.tar.gz bugs-61a49f228204e2991aea7970c44efdd433f8c71b.tar.bz2 bugs-61a49f228204e2991aea7970c44efdd433f8c71b.tar.xz bugs-61a49f228204e2991aea7970c44efdd433f8c71b.zip |
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
Diffstat (limited to 't')
-rw-r--r-- | t/004template.t | 1 |
1 files changed, 1 insertions, 0 deletions
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] , |