diff options
author | friendica <info@friendica.com> | 2013-12-19 19:16:46 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-19 19:16:46 -0800 |
commit | bccc20f38c3919d453b0dee1ed354aa4eb13b398 (patch) | |
tree | 0e9fa8e0de4e4e6807223ac176a55ad8e3bce77e /doc | |
parent | 648a7a5735148479fc8d97bfaa1f3d3cca249276 (diff) | |
download | volse-hubzilla-bccc20f38c3919d453b0dee1ed354aa4eb13b398.tar.gz volse-hubzilla-bccc20f38c3919d453b0dee1ed354aa4eb13b398.tar.bz2 volse-hubzilla-bccc20f38c3919d453b0dee1ed354aa4eb13b398.zip |
default photo issue, and connections page showing deleted accounts. Also show last updated on connedit page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bbcode.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bbcode.html b/doc/bbcode.html index 6f7e21bcc..7183f50c1 100644 --- a/doc/bbcode.html +++ b/doc/bbcode.html @@ -6,7 +6,7 @@ <li>[i]italic[/i] - <em>italic</em><br /> <li>[u]underlined[/u] - <u>underlined</u><br /> <li>[s]strike[/s] - <strike>strike</strike><br /> -<li>[color= red]red[/color] - <span style="color: red;">red</span><br /> +<li>[color=red]red[/color] - <span style="color: red;">red</span><br /> <li>[url=https://www.redmatrix.me]Red Matrix[/url] <a href="https://redmatrix.me">Red Matrix</a><br /> <li>[img]https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg[/img] <img src="https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg" alt="Image/photo" /><br /> <li>[code]code[/code] <code>code</code><br /> |