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:
parent
ef358f7595
commit
1a5d974bc9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=37483
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
# SUCH DAMAGE.
|
# 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;
|
package GnatsPR;
|
||||||
|
@ -204,7 +204,7 @@ sub Parse
|
||||||
#$ismulti = ($2 and $2 eq "\n");
|
#$ismulti = ($2 and $2 eq "\n");
|
||||||
|
|
||||||
# It's multi-liners from here on in
|
# It's multi-liners from here on in
|
||||||
$key eq 'Description'
|
$key eq 'Organization'
|
||||||
and $ismulti = 1;
|
and $ismulti = 1;
|
||||||
} else {
|
} else {
|
||||||
# Hmm...
|
# Hmm...
|
||||||
|
|
Loading…
Reference in a new issue