From 41e3d85bc3339af17852b901f316d23d25b8ce18 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 3 Mar 2006 07:29:31 +0000 Subject: Patch for bug 328089: make number of columns in additional comments field identical with constants.COMMENT_COLS; patch by Rudolf Ramler , r=vladd, a=justdave. --- template/en/default/bug/create/create.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/bug/create/create.html.tmpl') diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index d5e0081d9..ed84f3391 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -319,7 +319,7 @@ function set_assign_to() { name = 'comment' minrows = 10 maxrows = 25 - cols = 80 + cols = constants.COMMENT_COLS defaultcontent = defaultcontent %]
-- cgit v1.2.3-24-g4f1b