mod_webpresence/README: Code block
authorKim Alvefur <zash@zash.se>
Mon, 31 Aug 2015 16:37:39 +0200
changeset 1810 4493c9566e45
parent 1809 25c28644fae8
child 1811 11ab901b6fe1
mod_webpresence/README: Code block
mod_webpresence/README.markdown
--- 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.