[GRASS5] [bug #2782] (grass) use <CODE> not <PRE> to prevent horizontal scrolling

this bug's URL: http://intevation.de/rt/webrt?serial_num=2782
-------------------------------------------------------------------------

v.net.iso/description.html, for example, uses <pre> where it could
have used <code>, thus causing horizontal scrolling on e.g., PDAs.

--- Headers Follow ---

From jidanni@jidanni.org Sun Dec 5 21:38:19 2004

Return-Path: <jidanni@jidanni.org>
Delivered-To: grass-bugs@lists.intevation.de
Received: from mail.intevation.de (aktaia [212.95.126.10])
  by lists.intevation.de (Postfix) with ESMTP id E6D85102C0F
  for <grass-bugs@lists.intevation.de>; Sun, 5 Dec 2004 21:38:18 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
  by mail.intevation.de (Postfix) with ESMTP id 9C2D036F13
  for <grass-bugs@lists.intevation.de>; Sun, 5 Dec 2004 21:37:38 +0100 (CET)
Received: from frodo.hserus.net (frodo.hserus.net [204.74.68.40])
  by mail.intevation.de (Postfix) with ESMTP id B212736DEF
  for <grass-bugs@intevation.de>; Sun, 5 Dec 2004 21:37:37 +0100 (CET)
Received: from ppp-218-32-112-19.tc.sparqnet.net ([218.32.112.19]:32788 helo=jidanni1)
  by frodo.hserus.net with esmtpsa
  (Cipher TLSv1:RC4-SHA:128) (Exim 4.43 #0)
  id 1Cb38Q-000EfY-Ce by authid <jidanni> with plain
  for <grass-bugs@intevation.de>; Mon, 06 Dec 2004 02:07:36 +0530
To: grass-bugs@intevation.de
Subject: use <CODE> not <PRE> to prevent horizontal scrolling
From: Dan Jacobson <jidanni@jidanni.org>
Date: Mon, 06 Dec 2004 02:01:57 +0800
Message-ID: <87vfbgy67e.fsf@jidanni.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Spam-Status: No, hits=-4.8 tagged_above=-999.0 required=3.0 tests=BAYES_00,
  HTML_MESSAGE
X-Spam-Level:

-------------------------------------------- Managed by Request Tracker

On Sun, 5 Dec 2004, Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=2782
-------------------------------------------------------------------------

v.net.iso/description.html, for example, uses <pre> where it could
have used <code>, thus causing horizontal scrolling on e.g., PDAs.

g.html2man doesn't support the <code> tag for formatting the man pages from the HTML pages, but I suppose that could be changed.

On Sun, Dec 05, 2004 at 09:38:19PM +0100, Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=2782
-------------------------------------------------------------------------

v.net.iso/description.html, for example, uses <pre> where it could
have used <code>, thus causing horizontal scrolling on e.g., PDAs.

According to
http://www.htmlhelp.com/reference/html40/phrase/code.html
it should be

<PRE><CODE>
code1
code2
</CODE></PRE>

right?

Markus