[libvirt] [PATCH] NEWS: Close <li> tag properly

Not closing the <li> tag on a separate line causes the plain text version of the file to have no empty line between entries. --- Pushed as trivial. docs/news.html.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/news.html.in b/docs/news.html.in index b422f13..5f5c099 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -32,7 +32,8 @@ <li><strong>Improvements</strong> <ul> <li>virsh: Add support for passing an alternative persistent XML - to migrate command</li> + to migrate command + </li> <li>vhostuser: Allow hotplug of multiqueue devices </li> <li>NEWS: Switch to an improved format<br/> -- 2.7.4

On Wed, Nov 23, 2016 at 12:04:18 +0100, Andrea Bolognani wrote:
Not closing the <li> tag on a separate line causes the plain text version of the file to have no empty line between entries. --- Pushed as trivial.
Eh. Sorry about that. But it sounds more like a bug in the XSLT used to generate the plain text :-) Jirka

On Wed, 2016-11-23 at 12:34 +0100, Jiri Denemark wrote:
On Wed, Nov 23, 2016 at 12:04:18 +0100, Andrea Bolognani wrote:
Not closing the <li> tag on a separate line causes the plain text version of the file to have no empty line between entries. --- Pushed as trivial. Eh. Sorry about that. But it sounds more like a bug in the XSLT used to generate the plain text :-)
The current XSLT is not flexible at all and requires the source HTML to follow certain (reasonable) conventions to the letter. I'll make it better at some point, but converting it to handle the new format *at all* took more time and energy than I'm willing to spend on the task per release cycle. So, at least for the time being, tweaking the HTML is where it's at :) -- Andrea Bolognani / Red Hat / Virtualization
participants (2)
-
Andrea Bolognani
-
Jiri Denemark