From owner-freebsd-doc@FreeBSD.ORG Wed Mar 19 22:30:03 2014 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8FE42D7 for ; Wed, 19 Mar 2014 22:30:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 963027CE for ; Wed, 19 Mar 2014 22:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2JMU3nw076693 for ; Wed, 19 Mar 2014 22:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2JMU3KO076692; Wed, 19 Mar 2014 22:30:03 GMT (envelope-from gnats) Date: Wed, 19 Mar 2014 22:30:03 GMT Message-Id: <201403192230.s2JMU3KO076692@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Allan Jude Subject: Re: docs/187515: userinput inside screen elements is not rendered differently X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Allan Jude List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 22:30:03 -0000 The following reply was made to PR docs/187515; it has been noted by GNATS. From: Allan Jude To: bug-followup@FreeBSD.org, wblock@FreeBSD.org Cc: Subject: Re: docs/187515: userinput inside screen elements is not rendered differently Date: Wed, 19 Mar 2014 18:21:14 -0400 I have confirmed that this problem goes away if you revert r44109 The changes in 44109 seem to break all inline elements (userinput, replaceable, callouts, etc) inside screen, programlisting etc (all the things we added line numbers to) Hopefully some XSLT wizardry and fix this, as the line numbers are really nice. Also see: http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/187773 -- Allan Jude