From a18155f672870848253e3faf3491034dc80a2ee1 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Fri, 12 Apr 2013 23:28:27 +0200 Subject: [PATCH] Fix rogue html el in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5fa8f9524..dd907304b 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ Converse.js_ implements an XMPP_ based instant messaging client in the browser. It is used by collective.xmpp.chat_, which is a Plone_ instant messaging add-on. The ultimate goal is to enable anyone to add chat functionality to their websites, regardless of the backend. -

This is currently possible, except for adding new contacts, which still makes an XHR call to the (Plone) backend to fetch user info. +This is currently possible, except for adding new contacts, which still makes an XHR call to the (Plone) backend to fetch user info. -------- Features