diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-07-10 16:21:12 +0000 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2009-02-13 00:01:43 +0200 |
commit | 91e1a8270e939f4531cdcff625fb869931f1d412 (patch) | |
tree | 8b0161a8aa3866e874fd120c9be3caa879bbf25c /tools | |
parent | 108ad37eca68fc834db8be451579f9549d41d281 (diff) |
doc-generator.xsl: when failing due to an unrecognised element, output a newline afterwards
Diffstat (limited to 'tools')
-rw-r--r-- | tools/doc-generator.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/doc-generator.xsl b/tools/doc-generator.xsl index 323f7d0..332482c 100644 --- a/tools/doc-generator.xsl +++ b/tools/doc-generator.xsl @@ -1165,6 +1165,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA <xsl:value-of select="namespace-uri(.)" /> <xsl:text>}</xsl:text> <xsl:value-of select="local-name(.)" /> + <xsl:text> </xsl:text> </xsl:message> </xsl:template> </xsl:stylesheet> |