From: Alexander Traud Date: Mon, 6 Dec 2021 10:25:20 +0000 (+0100) Subject: xmldoc: Avoid whitespace around value for parameter/required. X-Git-Tag: 19.2.0-rc1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3ff42aee612e7cc98e6da8a5d6d5bf0568067c2;p=thirdparty%2Fasterisk.git xmldoc: Avoid whitespace around value for parameter/required. Otherwise, the value 'false' was not found in the enumerated set of the XML DTD for the XML attribute 'required' in the XML element 'parameter'. Therefore, DTD validation of the runtime XML failed. ASTERISK-29790 Change-Id: Id13f230ad65a70dd8c2e3ae9ac85d1e841aed03e --- diff --git a/doc/appdocsxml.xslt b/doc/appdocsxml.xslt index cbdbdf7f8b..45c3e54b17 100644 --- a/doc/appdocsxml.xslt +++ b/doc/appdocsxml.xslt @@ -162,9 +162,7 @@ The video source mode for the bridge. - - false - + false