From a40295117a0aed5e2d9ee2d0a57d727f5f32f65a Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 19 Apr 2008 18:15:59 +0000 Subject: [PATCH] Bug 223523: Allow Keywords column to wrap - Patch by Matt McHenry r/a=LpSolit --- template/en/default/list/table.html.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 588993666a..fbb5d5cae3 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -54,6 +54,7 @@ "short_desc" => { wrap => 1 } , "short_short_desc" => { maxlength => 60 , ellipsis => "..." , wrap => 1 } , "status_whiteboard" => { title => "Whiteboard" , wrap => 1 } , + "keywords" => { wrap => 1 } , "component" => { maxlength => 8 , title => "Comp" } , "product" => { maxlength => 8 } , "version" => { maxlength => 5 , title => "Vers" } , -- 2.47.2