Correct the field used as a single/multi-line section divide. This

caused 'Organization' and 'Environment' to be considered single
line fields, and as a result, not displayed.

Noticed by:	eadler
This commit is contained in:
Shaun Amott 2011-07-29 20:37:43 +00:00
parent ef358f7595
commit 1a5d974bc9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=37483

View file

@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $FreeBSD: www/en/cgi/GnatsPR.pm,v 1.1 2011/07/20 22:23:23 shaun Exp $
# $FreeBSD: www/en/cgi/GnatsPR.pm,v 1.2 2011/07/21 02:09:02 shaun Exp $
#------------------------------------------------------------------------------
package GnatsPR;
@ -204,7 +204,7 @@ sub Parse
#$ismulti = ($2 and $2 eq "\n");
# It's multi-liners from here on in
$key eq 'Description'
$key eq 'Organization'
and $ismulti = 1;
} else {
# Hmm...