From: Andrea Bolognani Date: Tue, 28 Mar 2017 14:25:21 +0000 (+0200) Subject: news: Remove handling of random HTML tags X-Git-Tag: v3.3.0-rc1~308 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6332457b359cd6479dee8b4fca0c33022a9a675;p=thirdparty%2Flibvirt.git 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. --- 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>