Mercurial > prosody-modules
diff mod_webpresence/README.markdown @ 1806:4493c9566e45
mod_webpresence/README: Code block
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 31 Aug 2015 16:37:39 +0200 |
parents | 4d73a1a6ba68 |
children | f5005d256877 |
line wrap: on
line diff
--- a/mod_webpresence/README.markdown Sun Aug 30 13:38:50 2015 +0200 +++ b/mod_webpresence/README.markdown Mon Aug 31 16:37:39 2015 +0200 @@ -30,7 +30,7 @@ Once loaded you can embed the icon into a page using a simple `<img>` tag, as follows: -`<img src="http://prosody.example.com:5280/status/john.smith" />` + <img src="http://prosody.example.com:5280/status/john.smith" /> Alternatively, it can be used to get status name as plaint text, status message as plain text or html-code for embedding on web-pages.