changeset 299:c27f27ba8b58

mod_webpresence: fixing missed newline
author mva.name@gmail.com
date Mon, 06 Aug 2012 10:38:42 +0000
parents 1fee37709cda
children 2dc7d6aab48e
files mod_webpresence.wiki
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mod_webpresence.wiki	Mon Aug 06 10:35:06 2012 +0000
+++ b/mod_webpresence.wiki	Mon Aug 06 10:38:42 2012 +0000
@@ -21,11 +21,12 @@
 
 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.
 
-To get status name in plain text you can use something like that link: http://prosody.example.com:5280/status/john.smith/text
+To get status name in plain text you can use something like that link: {{{http://prosody.example.com:5280/status/john.smith/text}}}
 
-To get status message as plain text you can use something like following link: http://prosody.example.com:5280/status/john.smith/message
+To get status message as plain text you can use something like following link: {{{http://prosody.example.com:5280/status/john.smith/message}}}
+
 To get html code, containig status name, status image and status message  (if set):
-http://prosody.example.com:5280/status/john.smith/html
+{{{http://prosody.example.com:5280/status/john.smith/html}}}
 
 All other 
 = Compatibility =