[libvirt] [PATCH] news.html.in: Fix </br> void tag

Daniel P. Berrange berrange at redhat.com
Tue Apr 3 15:38:28 UTC 2012


On Tue, Apr 03, 2012 at 09:33:43AM -0600, Eric Blake wrote:
> On 04/03/2012 09:25 AM, Michal Privoznik wrote:
> > Void elements should be written with slash *after* the tag name,
> > not before, so they are not confused with ending tags.
> > ---
> > 
> > Pushing under trivial rule. Produced by:
> >     :%s/<\/br>/<br\/>/g
> > command, so if breaks something, blame vim :)
> > 
> >  docs/news.html.in |  642 ++++++++++++++++++++++++++--------------------------
> >  1 files changed, 321 insertions(+), 321 deletions(-)
> > 
> > diff --git a/docs/news.html.in b/docs/news.html.in
> > index 68b2d3a..eb9c3ec 100644
> > --- a/docs/news.html.in
> > +++ b/docs/news.html.in
> > @@ -1,4 +1,4 @@
> > -<?xml version="1.0"?>
> > +<?xml version="1.0"?
> 
> And there's the first broken change. :(


Further more, I wonder why our xmllint check did not complain about
either this problem, or the original problem



Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list