changeset 1806:4493c9566e45

mod_webpresence/README: Code block
author Kim Alvefur <zash@zash.se>
date Mon, 31 Aug 2015 16:37:39 +0200
parents 25c28644fae8
children 11ab901b6fe1
files mod_webpresence/README.markdown
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.