diff options
author | jocuri%softhome.net <> | 2006-03-03 08:29:31 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2006-03-03 08:29:31 +0100 |
commit | 41e3d85bc3339af17852b901f316d23d25b8ce18 (patch) | |
tree | c153014556dfcefb894496a547347843a7c4d492 /template/en/default/pages | |
parent | c128d5e1b3f31913292d9cd2d1923c551f32cfcf (diff) | |
download | bugzilla-41e3d85bc3339af17852b901f316d23d25b8ce18.tar.gz bugzilla-41e3d85bc3339af17852b901f316d23d25b8ce18.tar.xz |
Patch for bug 328089: make number of columns in additional comments field identical with constants.COMMENT_COLS; patch by Rudolf Ramler <rudolf.ramler@scch.at>, r=vladd, a=justdave.
Diffstat (limited to 'template/en/default/pages')
-rw-r--r-- | template/en/default/pages/linkify.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/pages/linkify.html.tmpl b/template/en/default/pages/linkify.html.tmpl index 9ad92a0d0..48b193253 100644 --- a/template/en/default/pages/linkify.html.tmpl +++ b/template/en/default/pages/linkify.html.tmpl @@ -33,7 +33,7 @@ [% INCLUDE global/textarea.html.tmpl name = 'text' minrows = 20 - cols = 80 + cols = constants.COMMENT_COLS %] <br> <input type="hidden" name="id" value="linked.html"> |