[Telepathy-commits] [telepathy-spec/master] ContactInfo2: remove trailing newlines from examples

Will Thompson will.thompson at collabora.co.uk
Fri Jan 16 08:03:18 PST 2009


---
 spec/Connection_Interface_Contact_Info2.xml |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/spec/Connection_Interface_Contact_Info2.xml b/spec/Connection_Interface_Contact_Info2.xml
index ce006be..1497960 100644
--- a/spec/Connection_Interface_Contact_Info2.xml
+++ b/spec/Connection_Interface_Contact_Info2.xml
@@ -107,8 +107,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
    EMAIL;TYPE=INTERNET,PREF:wee.ninja at collabora.co.uk
    EMAIL;TYPE=INTERNET:wee.ninja at example.com
    URL:http://www.thinkgeek.com/geektoys/plush/8823/
-   END:vCard
-        </pre>
+   END:vCard</pre>
 
         <p>would be represented by (in Python-like syntax):</p>
 
@@ -123,8 +122,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
   ('email', ['internet','pref'], ['wee.ninja at collabora.co.uk']),
   ('email', ['internet'], ['wee.ninja at example.com']),
   ('url', [], ['http://www.thinkgeek.com/geektoys/plush/8823/']),
-]
-        </pre>
+]</pre>
       </tp:docstring>
     </tp:struct>
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list