From 33aea4e65b317e070e608a20951e372e6331348d Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Mon, 22 Feb 2010 05:02:01 +0000 Subject: [PATCH] corrected examples git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3982 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0026.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0026.xml b/xep-0026.xml index c0ca5f1c..dcc2ad34 100644 --- a/xep-0026.xml +++ b/xep-0026.xml @@ -83,7 +83,7 @@

<message to='friedrich@jabber.org' xml:lang='de-DE'> - <body'>Ich bin ein Berliner!</body'> + <body>Ich bin ein Berliner!</body> </message>

An xml:lang tag can be put onto any XML element; for the purposes of this document, however, we will limit its usage to the four central Jabber elements: <stream/>, <message/>, <iq/> and <presence/>.