From f6332457b359cd6479dee8b4fca0c33022a9a675 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Tue, 28 Mar 2017 16:25:21 +0200 Subject: [PATCH] news: Remove handling of random HTML tags Now that the source file is validated against a schema that only allows the HTML tag to be used, we can rely on that assumption to simplify our XSLT stylesheet. --- docs/news-html.xsl | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/news-html.xsl b/docs/news-html.xsl index 2961106d89..dcbab86842 100644 --- a/docs/news-html.xsl +++ b/docs/news-html.xsl @@ -82,15 +82,11 @@ - - - < - - > + + + <code> - </ - - > + </code> -- 2.47.2