diff options
author | zotlabs <mike@macgirvin.com> | 2018-06-30 15:47:06 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-06-30 15:47:06 -0700 |
commit | 63a3f5149a32de1b3fb2f47535f061c53496bde2 (patch) | |
tree | 8f6677f69d37470684fc6044002ed44b5ffc1a36 /doc | |
parent | c28e27357a1ce700b91021344050ec531bce3889 (diff) | |
download | volse-hubzilla-63a3f5149a32de1b3fb2f47535f061c53496bde2.tar.gz volse-hubzilla-63a3f5149a32de1b3fb2f47535f061c53496bde2.tar.bz2 volse-hubzilla-63a3f5149a32de1b3fb2f47535f061c53496bde2.zip |
be very precise about what a url looks like
Diffstat (limited to 'doc')
-rw-r--r-- | doc/member/bbcode.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/member/bbcode.html b/doc/member/bbcode.html index a61289364..e3e079b4d 100644 --- a/doc/member/bbcode.html +++ b/doc/member/bbcode.html @@ -193,7 +193,7 @@ If a rendering plugin is not installed or an unsupported language is specified, <td><code>[url=https://hubzilla.org]Hubzilla[/url]</code></td><td><a href="https://hubzilla.org" target="_blank">Hubzilla</a></td> </tr> <tr> - <td><code>An image [img]url/of/image.jpg[/img] + <td><code>An image [img]https://example.org/image.jpg[/img] in some text </code></td><td> An image <img src="/images/default_profile_photos/rainbow_man/48.jpg" alt="Image/photo"> in some text </td> |