From: Ján Tomko Date: Tue, 4 Apr 2017 06:56:26 +0000 (+0200) Subject: news.rng: work around a bug in old libxml2 X-Git-Tag: v3.3.0-rc1~297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3af6c3781698b091f5b309f90f8d4a8d3be4b290;p=thirdparty%2Flibvirt.git news.rng: work around a bug in old libxml2 Similar to commit c3c2cc6, use a literal newsline instead of \n inside the brackets. --- diff --git a/docs/schemas/news.rng b/docs/schemas/news.rng index ec4313f621..a633e22a7d 100644 --- a/docs/schemas/news.rng +++ b/docs/schemas/news.rng @@ -45,7 +45,9 @@ - \n[^\n]+\n + + + \n[^ +]+\n +