From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 07/13] Reporting: report_run_getinfo produces Content Date: Tue, 30 Jun 2015 10:07:53 +0100 Message-ID: <1435655273.21469.33.camel@citrix.com> References: <1435598089-21647-1-git-send-email-ian.jackson@eu.citrix.com> <1435598089-21647-8-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z9rWJ-0002Sj-49 for xen-devel@lists.xenproject.org; Tue, 30 Jun 2015 09:07:59 +0000 In-Reply-To: <1435598089-21647-8-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Mon, 2015-06-29 at 18:14 +0100, Ian Jackson wrote: > Previously we produced Summary, and the call sites were confused about > whether it had already been html-escaped. Now we produce something > which is explicitly already html. > > No functional change except that some sg-report-host-history output is > escaped as it ought to have been (but this is only relevant if the > database contains strange things which none of ours do). > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell