From 9e8067ca4bb9e0d21a397f681fce376e9b28ef92 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Tue, 26 Oct 2010 15:48:33 -0700 Subject: Bug 551468: Stop word-wrapping comments on the server r=glob, a=mkanat --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 9ce2c9f94..f4ed56608 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -295,7 +295,7 @@ use constant LIST_OF_BUGS => 1; # How many of the user's most recent searches to save. use constant SAVE_NUM_SEARCHES => 10; -# The column length for displayed (and wrapped) bug comments. +# The column width for comment textareas and comments in bugmails. use constant COMMENT_COLS => 80; # Used in _check_comment(). Gives the max length allowed for a comment. use constant MAX_COMMENT_LENGTH => 65535; -- cgit v1.2.3-24-g4f1b